Remove drop_item, drop_item_v, put_in_hands_or_del
This commit is contained in:
committed by
CitadelStationBot
parent
5f4b3594d0
commit
075cb673c0
@@ -47,10 +47,9 @@
|
||||
if(mybag)
|
||||
to_chat(user, "<span class='warning'>[src] already has a trashbag hooked!</span>")
|
||||
return
|
||||
if(!user.drop_item())
|
||||
if(!user.transferItemToLoc(I, src))
|
||||
return
|
||||
to_chat(user, "<span class='notice'>You hook the trashbag onto [src].</span>")
|
||||
I.loc = src
|
||||
mybag = I
|
||||
update_icon()
|
||||
else if(istype(I, /obj/item/janiupgrade))
|
||||
|
||||
Reference in New Issue
Block a user