From e1604d08d8a5d55defc12b8c93d8712098a27234 Mon Sep 17 00:00:00 2001 From: Spamcat Date: Wed, 3 Apr 2013 20:54:00 +0400 Subject: [PATCH] No more ninja munching. --- code/modules/reagents/reagent_containers/food/snacks.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm index 7dc5eea3f33..44fd0cf0468 100644 --- a/code/modules/reagents/reagent_containers/food/snacks.dm +++ b/code/modules/reagents/reagent_containers/food/snacks.dm @@ -16,6 +16,7 @@ if(!reagents.total_volume) if(M == usr) usr << "You finish eating \the [src]." + usr.visible_message("[usr] finishes eating \the [src].") usr.drop_from_inventory(src) //so icons update :[ if(trash)