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)]!")