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

fixes heretic ascensions losing stun immunity
This commit is contained in:
MrMelbert
2022-05-21 16:33:23 -04:00
committed by GitHub
parent 9e528cddff
commit 1075cde689
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,