Fixes weirdness when a mob being force-fed finishes a snack

This commit is contained in:
VexingRaven
2017-10-28 18:22:06 -05:00
parent 1c65cbdc2c
commit b5d4c80d30
+1 -1
View File
@@ -24,7 +24,7 @@
if(!reagents.total_volume)
if(M == user)
to_chat(user, "<span class='notice'>You finish eating \the [src].</span>")
user.visible_message("<span class='notice'>[user] finishes eating \the [src].</span>")
user.visible_message("<span class='notice'>[M] finishes eating \the [src].</span>")
user.unEquip(src) //so icons update :[
Post_Consume(M)
var/obj/item/trash_item = generate_trash(usr)