mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes accidental nerfs to rust and blade heretic ascension (#67170)
fixes heretic ascensions losing stun immunity
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user