actually no, let's just do this
This commit is contained in:
@@ -616,7 +616,7 @@
|
||||
T.stop_sound_channel(CHANNEL_PRED)
|
||||
T.playsound_local("death_prey",60)
|
||||
for(var/obj/item/W in T)
|
||||
if(!T.doUnEquip(W))
|
||||
if(!T.dropItemToGround(W))
|
||||
qdel(W)
|
||||
qdel(T)
|
||||
update_gut()
|
||||
|
||||
@@ -289,7 +289,7 @@
|
||||
|
||||
//Drop all items into the belly
|
||||
for(var/obj/item/W in M)
|
||||
if(!M.doUnEquip(W))
|
||||
if(!M.dropItemToGround(W))
|
||||
qdel(W)
|
||||
|
||||
message_admins("[key_name(owner)] digested [key_name(M)].")
|
||||
|
||||
Reference in New Issue
Block a user