Update trash.dm

This commit is contained in:
timothyteakettle
2021-07-14 00:22:12 +01:00
parent 39c09a60b8
commit 5490519c48

View File

@@ -87,9 +87,10 @@
if(HAS_TRAIT(H, TRAIT_TRASHCAN))
playsound(H.loc,'sound/items/eatfood.ogg', rand(10,50), 1)
if(H.vore_selected)
H.visible_message("<span class='notice'>[H] [H.vore_selected.vore_verb]s the [src] into their [H.vore_selected]</span>")
H.visible_message("<span class='notice'>[H] [H.vore_selected.vore_verb]s the [src] into their [H.vore_selected]</span>",
"<span class='notice'>You [H.vore_selected.vore_verb]s the [src] into your [H.vore_selected]</span>")
forceMove(H.vore_selected)
else
H.visible_message("<span class='notice'>[H] consumes the [src]")
H.visible_message("<span class='notice'>[H] consumes the [src].")
qdel(src)