[MIRROR] More deletion cleanup (#1112)

* More deletion cleanup (#53681)

- Observer mobs not delling correctly
- AI delling basically nothing
- pods not delling glow effect
- minor slime cleanup

* More deletion cleanup

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-10-02 14:57:29 +02:00
committed by GitHub
co-authored by TiviPlus
parent 8fbe4a1fe5
commit 4e36843f8c
8 changed files with 27 additions and 12 deletions
@@ -25,9 +25,9 @@
return
to_chat(user, "<span class='notice'>You fold [src] flat.</span>")
var/I = new /obj/item/stack/sheet/metal(user.loc)
var/trash = new /obj/item/stack/sheet/metal(user.loc)
qdel(src)
user.put_in_hands(I)
user.put_in_hands(trash)
/obj/item/mecha_ammo/examine(mob/user)
. = ..()