mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
added missing $'s
This commit is contained in:
@@ -9,7 +9,7 @@ class ItemFishingPole: ItemCore
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class ItemSledge: ItemCore
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class ItemHatchet_DZE : ItemCore {
|
|||||||
|
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class ItemMachete: ItemCore
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class MeleeCrowbar: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ class MeleeFishingPole: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Use
|
class Use
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_297";
|
text="$STR_EPOCH_PLAYER_297";
|
||||||
script="spawn player_goFishing;";
|
script="spawn player_goFishing;";
|
||||||
};
|
};
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class MeleeHatchet: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class MeleeSledge: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user