mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Added cult summoning annoucment (#24995)
* added cult summoning annoucment * Minor capitalization fix, Synth review Co-authored-by: synthtee <127706731+SynthTwo@users.noreply.github.com> * making the CI test and actual cult annocument are the same --------- Co-authored-by: synthtee <127706731+SynthTwo@users.noreply.github.com>
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
if(!(A in summon_areas)) // Check again to make sure they didn't move
|
||||
to_chat(user, "<span class='cultlarge'>The ritual can only begin where the veil is weak - in [english_list(summon_areas)]!</span>")
|
||||
return
|
||||
GLOB.major_announcement.Announce("Figments from an eldritch god are being summoned into the [A.map_name] from an unknown dimension. Disrupt the ritual at all costs, before the station is destroyed! Space law and SOP are suspended. The entire crew must kill cultists on sight.", "Central Command Higher Dimensional Affairs", 'sound/AI/spanomalies.ogg')
|
||||
GLOB.major_announcement.Announce("Figments from an eldritch god are being summoned into the [A.map_name] from an unknown dimension. Disrupt the ritual at all costs, before the station is destroyed! Space Law and SOP are suspended. The entire crew must kill cultists on sight.", "Central Command Higher Dimensional Affairs", 'sound/AI/cult_summon.ogg')
|
||||
for(var/I in spiral_range_turfs(1, user, 1))
|
||||
var/turf/T = I
|
||||
var/obj/machinery/shield/cult/narsie/N = new(T)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/datum/unit_test/announcements
|
||||
|
||||
/datum/unit_test/announcements/Run()
|
||||
GLOB.major_announcement.Announce("Figments from an eldritch god are being summoned into the NSS Cyberiad from an unknown dimension. Disrupt the ritual at all costs, before the station is destroyed! Space law and SOP are suspended. The entire crew must kill cultists on sight.", "Central Command Higher Dimensional Affairs", 'sound/AI/spanomalies.ogg')
|
||||
GLOB.major_announcement.Announce("Figments from an eldritch god are being summoned into the NSS Cyberiad from an unknown dimension. Disrupt the ritual at all costs, before the station is destroyed! Space Law and SOP are suspended. The entire crew must kill cultists on sight.", "Central Command Higher Dimensional Affairs", 'sound/AI/cult_summon.ogg')
|
||||
|
||||
GLOB.major_announcement.Announce(
|
||||
message = "We have removed all access requirements on your station's airlocks. You can thank us later!",
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user