Remove drop_item, drop_item_v, put_in_hands_or_del
This commit is contained in:
committed by
CitadelStationBot
parent
5f4b3594d0
commit
075cb673c0
@@ -72,7 +72,7 @@
|
||||
if(..())
|
||||
return
|
||||
if(istype(C, /obj/item/light/bulb)) //only for light tiles
|
||||
if(state && user.drop_item())
|
||||
if(state && user.temporarilyRemoveItemFromInventory(C))
|
||||
qdel(C)
|
||||
state = 0 //fixing it by bashing it with a light bulb, fun eh?
|
||||
update_icon()
|
||||
|
||||
Reference in New Issue
Block a user