mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #4979
This commit is contained in:
@@ -148,7 +148,7 @@
|
|||||||
src = null //dont kill proc after del()
|
src = null //dont kill proc after del()
|
||||||
usr.before_take_item(oldsrc)
|
usr.before_take_item(oldsrc)
|
||||||
del(oldsrc)
|
del(oldsrc)
|
||||||
if (istype(O,/obj/item))
|
if (istype(O,/obj/item) && istype(usr,/mob/living/carbon))
|
||||||
usr.put_in_hands(O)
|
usr.put_in_hands(O)
|
||||||
O.add_fingerprint(usr)
|
O.add_fingerprint(usr)
|
||||||
//BubbleWrap - so newly formed boxes are empty
|
//BubbleWrap - so newly formed boxes are empty
|
||||||
|
|||||||
Reference in New Issue
Block a user