mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Cleanup localization calls (no quotes around $STR)
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
class ItemHatchet_DZE : ItemCore {
|
class ItemHatchet_DZE : ItemCore {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "$STR_EQUIP_NAME_41";
|
displayName = $STR_EQUIP_NAME_41;
|
||||||
model = "\dayz_equip\models\hatchet.p3d";
|
model = "\dayz_equip\models\hatchet.p3d";
|
||||||
picture = "\dayz_equip\textures\equip_hatchet_CA.paa";
|
picture = "\dayz_equip\textures\equip_hatchet_CA.paa";
|
||||||
descriptionShort = "$STR_EQUIP_DESC_41";
|
descriptionShort = $STR_EQUIP_DESC_41;
|
||||||
class ItemActions {
|
class ItemActions {
|
||||||
|
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="$STR_EPOCH_PLAYER_295";
|
text=$STR_EPOCH_PLAYER_295;
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user