mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 23:51:56 +03:00
Fix STR_ACTIONS_LIGHTFIRE listed twice
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/ca8434a9b9b9c34d2734a96a8bad8519f15ce512
This commit is contained in:
@@ -58,7 +58,7 @@ class PartWoodPile : CA_Magazine
|
||||
descriptionShort = $STR_EQUIP_DESC_40;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_LIGHTFIRE;
|
||||
text = $STR_ACTIONS_MAKEFIRE;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemMatchbox"};
|
||||
create = "Land_Fire_DZ";
|
||||
|
||||
@@ -30,7 +30,7 @@ class ItemMatchbox : ItemMatchbox_base
|
||||
{
|
||||
class Use
|
||||
{
|
||||
text = $STR_ACTIONS_LIGHTFIRE;
|
||||
text = $STR_ACTIONS_MAKEFIRE;
|
||||
script = "spawn player_makeFire;";
|
||||
use[] = {"PartWoodPile"};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user