mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Add missing commas to a couple of gibber messages (#31444)
* Add missing comma * Add another missing comma
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user