mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Removes the non bitflag slot defines (#47742)
Removes the non bitflag slot defines
This commit is contained in:
committed by
Rob Bailey
parent
d6816fddb6
commit
5481515dff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user