fixed blank string for 1/2 floor

This commit is contained in:
[VB]AWOL
2013-11-27 02:10:50 -06:00
parent 8a14a33ff2
commit 8fef83bbec
2 changed files with 11 additions and 1 deletions

View File

@@ -2517,7 +2517,7 @@ class CfgMagazines {
};
class Crafting
{
text = "$STR_EPOCH_PLAYER_232 1/2";
text = $STR_EPOCH_PLAYER_232a;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};