mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Supermatter events are now announced by "supermatter crystal" instead of "the supermatter crystal" (#27176)
* Makes the supermatter event speaker be "supermatter crystal" instead of "the supermatter crystal" * Supermatter events are now announced by "supermatter crystal" instead of "the supermatter crystal", now including supermatter shards
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
/datum/supermatter_event/proc/sm_radio_say(text)
|
||||
if(!text)
|
||||
return
|
||||
supermatter.radio.autosay(text, supermatter, "Engineering")
|
||||
supermatter.radio.autosay(text, supermatter.name, "Engineering")
|
||||
|
||||
/datum/supermatter_event/proc/general_radio_say(text)
|
||||
if(!text)
|
||||
return
|
||||
supermatter.radio.autosay(text, supermatter, null)
|
||||
supermatter.radio.autosay(text, supermatter.name, null)
|
||||
|
||||
// Below this are procs used for the SM events, in order of severity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user