Removes the non bitflag slot defines (#47742)

Removes the non bitflag slot defines
This commit is contained in:
Emmett Gaines
2019-11-18 01:52:11 +00:00
committed by Rob Bailey
parent d6816fddb6
commit 5481515dff
145 changed files with 577 additions and 637 deletions

View File

@@ -33,7 +33,7 @@
/obj/item/minigunpack/attack_hand(var/mob/living/carbon/user)
if(src.loc == user)
if(!armed)
if(user.get_item_by_slot(SLOT_BACK) == src)
if(user.get_item_by_slot(ITEM_SLOT_BACK) == src)
armed = 1
if(!user.put_in_hands(gun))
armed = 0