mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix STR_ACTIONS_LIGHTFIRE listed twice
Vanilla development commit:
ca8434a9b9
This commit is contained in:
@@ -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