Add missing commas to a couple of gibber messages (#31444)

* Add missing comma

* Add another missing comma
This commit is contained in:
MymeType
2026-01-20 20:34:41 +00:00
committed by GitHub
parent 9608b207e7
commit 2da9270456
@@ -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)