[MIRROR] Fixes accidental nerfs to rust and blade heretic ascension [MDB IGNORE] (#13793)

* Fixes accidental nerfs to rust and blade heretic ascension  (#67170)

fixes heretic ascensions losing stun immunity

* Fixes accidental nerfs to rust and blade heretic ascension

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-22 01:09:53 +01:00
committed by GitHub
co-authored by MrMelbert
parent 29440a733e
commit 7771e46767
2 changed files with 2 additions and 2 deletions
@@ -369,7 +369,7 @@
. = ..()
priority_announce("[generate_heretic_text()] Master of blades, the Colonel's disciple, [user.real_name] has ascended! Their steel is that which will cut reality in a maelstom of silver! [generate_heretic_text()]","[generate_heretic_text()]", ANNOUNCER_SPANOMALIES)
user.client?.give_award(/datum/award/achievement/misc/blade_ascension, user)
ADD_TRAIT(user, TRAIT_BATON_RESISTANCE, name)
ADD_TRAIT(user, TRAIT_STUNIMMUNE, name)
ADD_TRAIT(user, TRAIT_NEVER_WOUNDED, name)
RegisterSignal(user, COMSIG_HERETIC_BLADE_ATTACK, .proc/on_eldritch_blade)
user.apply_status_effect(/datum/status_effect/protective_blades/recharging, null, 8, 30, 0.25 SECONDS, 1 MINUTES)
@@ -201,7 +201,7 @@
var/area/ritual_location = /area/station/command/bridge
/// A static list of traits we give to the heretic when on rust.
var/static/list/conditional_immunities = list(
TRAIT_BATON_RESISTANCE,
TRAIT_STUNIMMUNE,
TRAIT_SLEEPIMMUNE,
TRAIT_PUSHIMMUNE,
TRAIT_SHOCKIMMUNE,