diff --git a/code/modules/food_and_drinks/kitchen_machinery/gibber.dm b/code/modules/food_and_drinks/kitchen_machinery/gibber.dm index 3de488069f5..19e3e04bd08 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/gibber.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/gibber.dm @@ -228,7 +228,7 @@ return if(!occupant) - visible_message(SPAN_DANGER("You hear a loud metallic grinding sound.")) + visible_message(SPAN_DANGER("You hear a loud, metallic grinding sound.")) return if(HAS_TRAIT(occupant, TRAIT_CLING_BURSTING)) @@ -236,7 +236,7 @@ return use_power(1000) - visible_message(SPAN_DANGER("You hear a loud squelchy grinding sound.")) + visible_message(SPAN_DANGER("You hear a loud, squelchy grinding sound.")) operating = TRUE update_icon(UPDATE_OVERLAYS | UPDATE_ICON_STATE)