Fix blank remove attachment text M4, M240, L110

Some attachments were using incorrect string names.
This commit is contained in:
ebaydayz
2016-04-03 20:16:34 -04:00
parent e69364991c
commit 37277613c1
16 changed files with 46 additions and 49 deletions

View File

@@ -30,7 +30,9 @@ class ItemSledge: ItemCore // Epoch class
*/
};
};
/* //Vanilla sledge is using a different model
//Vanilla sledge is using a different model.
//All scripts have been changed to use Epoch ItemSledge, but leave this defined in case admins want to use it for something.
class ItemSledgeHammer : ItemCore
{
scope = public;
@@ -60,5 +62,4 @@ class ItemSledgeHammerBroken : ItemCore
script = "spawn player_fixHatchet;";
};
};
};
*/
};