This commit is contained in:
Arokha Sieyes
2018-02-15 02:42:00 -06:00
parent 7492fba5bc
commit 6c9526cec6
+3 -1
View File
@@ -14,6 +14,8 @@
/obj/effect/overlay/aiholo/Destroy()
drop_prey()
for(var/mob/M in contents)
M.forceMove(loc)
walk(src, 0) // Because we might have called walk_to, we must stop the walk loop or BYOND keeps an internal reference to us forever.
return ..()
@@ -99,7 +101,7 @@
. = ..(user)
var/msg = "\n"
//If you need an ooc_notes copy paste, this is NOT the one to use.
var/ooc_notes = master.ooc_notes
if(ooc_notes)