Update neovgre.dm

This commit is contained in:
Sishen
2019-10-07 21:53:34 -04:00
parent c9fb4cecbc
commit 77f3b22df5
+7
View File
@@ -35,6 +35,13 @@
else
..()
/obj/mecha/combat/neovgre/moved_inside(mob/living/carbon/human/H)
var/Itemlist = H.held_items
for(var/obj/item/W in Itemlist)
to_chat(H, "<span class='brass'>You safely store [W] inside [src].</span>")
qdel(W)
. = ..()
/obj/mecha/combat/neovgre/obj_destruction()
for(var/mob/M in src)
to_chat(M, "<span class='brass'>You are consumed by the fires raging within Neovgre...</span>")