Fixing string is not displayed correctly (#1791)

* Fixing not shown string

* Fixing not shown string
This commit is contained in:
A Man
2016-11-05 01:42:24 +01:00
committed by ebaydayz
parent cbe51bcad1
commit 1223e08d79
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class SkinBase : CA_Magazine
class tearClothes
{
text = $str_tear_clothes;
text = $STR_TEAR_CLOTHES;
script = "spawn player_tearClothes;";
};
class Crafting {