actually no, let's just do this

This commit is contained in:
Poojawa
2018-02-03 10:34:42 -06:00
parent 1bc69ec9b2
commit ed72d175c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)].")