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:
Truls20
2024-10-27 01:40:31 +00:00
committed by GitHub
parent 7f841872f0
commit d424391c09
@@ -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