ports in the Hilbert's Hotel.

This commit is contained in:
Ghommie
2019-06-16 10:50:59 +02:00
parent d5bfe16c78
commit ba3a2c00bb
20 changed files with 3021 additions and 2 deletions
@@ -61,6 +61,10 @@
organ.Remove(organ.owner)
else
while(!isturf(item_to_retrieve.loc) && infinite_recursion < 10) //if it's in something you get the whole thing.
if(isitem(item_to_retrieve.loc))
var/obj/item/I = item_to_retrieve.loc
if(I.item_flags & ABSTRACT) //Being able to summon abstract things because your item happened to get placed there is a no-no
break
if(ismob(item_to_retrieve.loc)) //If its on someone, properly drop it
var/mob/M = item_to_retrieve.loc