Skip to content

Commit

Permalink
Unique Heretic Ascension Announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 24, 2024
1 parent 97961af commit d252133
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/ash_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
priority_announce(
text = "[generate_heretic_text()] Fear the blaze, for the Ashlord, [user.real_name] has ascended! The flames shall consume all! [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = 'monkestation/sound/ambience/antag/heretic/ascend_ash.ogg',
color_override = "pink",
)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/blade_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
priority_announce(
text = "[generate_heretic_text()] Master of blades, the Torn Champion's disciple, [user.real_name] has ascended! Their steel is that which will cut reality in a maelstom of silver! [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = 'monkestation/sound/ambience/antag/heretic/ascend_blade.ogg',
color_override = "pink",
)
user.client?.give_award(/datum/award/achievement/misc/blade_ascension, user)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/cosmic_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
priority_announce(
text = "[generate_heretic_text()] A Star Gazer has arrived into the station, [user.real_name] has ascended! This station is the domain of the Cosmos! [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = 'monkestation/sound/ambience/antag/heretic/ascend_cosmic.ogg',
color_override = "pink",
)
var/mob/living/basic/heretic_summon/star_gazer/star_gazer_mob = new /mob/living/basic/heretic_summon/star_gazer(loc)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/flesh_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
priority_announce(
text = "[generate_heretic_text()] Ever coiling vortex. Reality unfolded. ARMS OUTREACHED, THE LORD OF THE NIGHT, [user.real_name] has ascended! Fear the ever twisting hand! [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = 'monkestation/sound/ambience/antag/heretic/ascend_flesh.ogg',
color_override = "pink",
)

Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/knock_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
priority_announce(
text = "Delta-class dimensional anomaly detec[generate_heretic_text()] Reality rended, torn. Gates open, doors open, [user.real_name] has ascended! Fear the tide! [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = 'monkestation/sound/ambience/antag/heretic/ascend_knock.ogg',
color_override = "pink",
)
user.client?.give_award(/datum/award/achievement/misc/knock_ascension, user)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/rust_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
priority_announce(
text = "[generate_heretic_text()] Fear the decay, for the Rustbringer, [user.real_name] has ascended! None shall escape the corrosion! [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = 'monkestation/sound/ambience/antag/heretic/ascend_rust.ogg',
color_override = "pink",
)
new /datum/rust_spread(loc)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/heretic/knowledge/void_lore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
priority_announce(
text = "[generate_heretic_text()] The nobleman of void [user.real_name] has arrived, stepping along the Waltz that ends worlds! [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = 'monkestation/sound/ambience/antag/heretic/ascend_void.ogg',
color_override = "pink",
)
user.client?.give_award(/datum/award/achievement/misc/void_ascension, user)
Expand Down
16 changes: 8 additions & 8 deletions code/modules/hallucination/station_message.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
/// This is gross and will probably easily be outdated in some time but c'est la vie.
/// Maybe if someone datumizes heretic paths or something this can be improved
var/static/list/ascension_bodies = list(
"Fear the blaze, for the Ashlord, %FAKENAME% has ascended! The flames shall consume all!",
"Master of blades, the Torn Champion's disciple, %FAKENAME% has ascended! Their steel is that which will cut reality in a maelstom of silver!",
"Ever coiling vortex. Reality unfolded. ARMS OUTREACHED, THE LORD OF THE NIGHT, %FAKENAME% has ascended! Fear the ever twisting hand!",
"Fear the decay, for the Rustbringer, %FAKENAME% has ascended! None shall escape the corrosion!",
"The nobleman of void %FAKENAME% has arrived, stepping along the Waltz that ends worlds!",
list("Fear the blaze, for the Ashlord, %FAKENAME% has ascended! The flames shall consume all!", 'monkestation/sound/ambience/antag/heretic/ascend_ash.ogg'),
list("Master of blades, the Torn Champion's disciple, %FAKENAME% has ascended! Their steel is that which will cut reality in a maelstom of silver!", 'monkestation/sound/ambience/antag/heretic/ascend_blade.ogg'),
list("Ever coiling vortex. Reality unfolded. ARMS OUTREACHED, THE LORD OF THE NIGHT, %FAKENAME% has ascended! Fear the ever twisting hand!", 'monkestation/sound/ambience/antag/heretic/ascend_flesh.ogg'),
list("Fear the decay, for the Rustbringer, %FAKENAME% has ascended! None shall escape the corrosion!", 'monkestation/sound/ambience/antag/heretic/ascend_rust.ogg'),
list("The nobleman of void %FAKENAME% has arrived, stepping along the Waltz that ends worlds!", 'monkestation/sound/ambience/antag/heretic/ascend_void.ogg')
)

/datum/hallucination/station_message/heretic/start()
Expand All @@ -55,12 +55,12 @@
if(!totally_real_heretic)
return FALSE

var/message_with_name = pick(ascension_bodies)
message_with_name = replacetext(message_with_name, "%FAKENAME%", totally_real_heretic.real_name)
var/list/fake_ascension = pick(ascension_bodies)
var/message_with_name = replacetext(fake_ascension[1], "%FAKENAME%", totally_real_heretic.real_name)
priority_announce(
text = "[generate_heretic_text()] [message_with_name] [generate_heretic_text()]",
title = "[generate_heretic_text()]",
sound = ANNOUNCER_SPANOMALIES,
sound = fake_ascension[2],
players = list(hallucinator),
color_override = "pink",
)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d252133

Please sign in to comment.