Removes the non bitflag slot defines (#47742)

Removes the non bitflag slot defines
This commit is contained in:
Emmett Gaines
2019-11-17 17:52:11 -08:00
committed by Rob Bailey
parent d6816fddb6
commit 5481515dff
145 changed files with 577 additions and 637 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
id.forceMove(W)
W.update_icon()
else
H.equip_to_slot(id,SLOT_WEAR_ID)
H.equip_to_slot(id,ITEM_SLOT_ID)
else
alert("Invalid mob")