diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 959413df09f..6a89310cecb 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -103,7 +103,7 @@ switch(phrase) //sets the properties of the chosen phrase if(1) // good cop - phrase_text = "HALT! HALT! HALT! HALT!" + phrase_text = "HALT! HALT! HALT!" phrase_sound = "halt" if(2) phrase_text = "Stop in the name of the Law." diff --git a/sound/voice/complionator/halt.ogg b/sound/voice/complionator/halt.ogg index 81563b928f0..3a5f487472f 100644 Binary files a/sound/voice/complionator/halt.ogg and b/sound/voice/complionator/halt.ogg differ