From a29f1fbbfb150887a7cf0a075604f3cb8b56ef29 Mon Sep 17 00:00:00 2001 From: Verkister Date: Sat, 16 Oct 2021 01:01:17 +0300 Subject: [PATCH] Update belly_obj_vr.dm --- code/modules/vore/eating/belly_obj_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index fcd635dd1f..ee2408ee11 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -397,7 +397,7 @@ owner.update_icons() //Print notifications/sound if necessary - if(istype(M, /mob/observer)) + if(istype(M, /mob/observer)) //CHOMPEdit silent = TRUE if(!silent) owner.visible_message("[owner] expels [M] from their [lowertext(name)]!")