Lowering string count

This commit is contained in:
ZomgPonies
2013-09-06 13:07:54 -04:00
parent ac0ddde997
commit a784670e21
5 changed files with 16 additions and 6 deletions
+5 -1
View File
@@ -4,6 +4,8 @@
//for multiple items just add mutliple entries, unless i change it to be a listlistlist
//yes, it has to be an item, you can't pick up nonitems
/*
/proc/EquipCustomItems(mob/living/carbon/human/M)
// load lines
var/file = file2text("config/custom_items.txt")
@@ -70,4 +72,6 @@
skip:
if (ok == 0) // Finally, since everything else failed, place it on the ground
Item.loc = get_turf(M.loc)
Item.loc = get_turf(M.loc)
*/