Skip to content

Commit

Permalink
Makes the supermatter event speaker be "supermatter crystal" instead …
Browse files Browse the repository at this point in the history
…of "the supermatter crystal"
  • Loading branch information
Truls20 committed Oct 23, 2024
1 parent 41bb6f2 commit 5e0155b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/power/engines/supermatter/supermatter_event.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 crystal", "Engineering")

/datum/supermatter_event/proc/general_radio_say(text)
if(!text)
return
supermatter.radio.autosay(text, supermatter, null)
supermatter.radio.autosay(text, "supermatter crystal", null)

// Below this are procs used for the SM events, in order of severity

Expand Down

0 comments on commit 5e0155b

Please sign in to comment.