Fix STR_ACTIONS_LIGHTFIRE listed twice

Vanilla development commit:

ca8434a9b9
This commit is contained in:
ebaydayz
2016-07-03 12:26:56 -04:00
parent 452ce57618
commit f7d765e669
3 changed files with 5 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ class PartWoodPile : CA_Magazine
descriptionShort = $STR_EQUIP_DESC_40; descriptionShort = $STR_EQUIP_DESC_40;
class ItemActions { class ItemActions {
class Build { class Build {
text = $STR_ACTIONS_LIGHTFIRE; text = $STR_ACTIONS_MAKEFIRE;
script = "spawn player_build;"; script = "spawn player_build;";
require[] = {"ItemMatchbox"}; require[] = {"ItemMatchbox"};
create = "Land_Fire_DZ"; create = "Land_Fire_DZ";

View File

@@ -30,7 +30,7 @@ class ItemMatchbox : ItemMatchbox_base
{ {
class Use class Use
{ {
text = $STR_ACTIONS_LIGHTFIRE; text = $STR_ACTIONS_MAKEFIRE;
script = "spawn player_makeFire;"; script = "spawn player_makeFire;";
use[] = {"PartWoodPile"}; use[] = {"PartWoodPile"};
}; };

View File

@@ -34,7 +34,6 @@
<English>Put out fire</English> <English>Put out fire</English>
<Russian>Погасить огонь</Russian> <Russian>Погасить огонь</Russian>
</Key> </Key>
<Key ID="STR_ACTIONS_DROP"> <Key ID="STR_ACTIONS_DROP">
<English>Drop</English> <English>Drop</English>
<Russian>Выбросить</Russian> <Russian>Выбросить</Russian>
@@ -993,7 +992,7 @@
<Czech>Spravit láhev</Czech> <Czech>Spravit láhev</Czech>
<German>Flasche reparieren</German> <German>Flasche reparieren</German>
</Key> </Key>
<Key ID="STR_ACTIONS_LIGHTFIRE"> <Key ID="STR_ACTIONS_MAKEFIRE">
<English>Make Fireplace</English> <English>Make Fireplace</English>
<German>Feuerstelle errichten</German> <German>Feuerstelle errichten</German>
<Russian>Развести костер</Russian> <Russian>Развести костер</Russian>