mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Command amplification on telecomms no longer allows for empty messages (Now with 99% less sprites) (#14752)
* No empty message amplification * Remove stray spacing from code * Affected cleaner code
This commit is contained in:
@@ -276,7 +276,8 @@
|
||||
var/job = tcm.sender_job
|
||||
if((job in ert_jobs) || (job in heads))
|
||||
for(var/datum/multilingual_say_piece/S in message_pieces)
|
||||
S.message = "<b>[capitalize(S.message)]</b>" // This only capitalizes the first word
|
||||
if(S.message)
|
||||
S.message = "<b>[capitalize(S.message)]</b>" // This only capitalizes the first word
|
||||
|
||||
// Language Conversion
|
||||
if(setting_language && valid_languages[setting_language])
|
||||
|
||||
Reference in New Issue
Block a user