mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Transparence trauma is permanent (#95678)
This commit is contained in:
@@ -139,9 +139,9 @@
|
||||
/datum/spellbook_entry/perks/transparence/proc/make_stalker(mob/living/carbon/human/wizard, area/new_area)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
if(new_area == GLOB.areas_by_type[/area/centcom/wizard_station])
|
||||
if(istype(new_area, /area/centcom/wizard_station))
|
||||
return
|
||||
wizard.gain_trauma(/datum/brain_trauma/magic/stalker)
|
||||
wizard.gain_trauma(/datum/brain_trauma/magic/stalker, TRAUMA_RESILIENCE_ABSOLUTE)
|
||||
UnregisterSignal(wizard, COMSIG_ENTER_AREA)
|
||||
|
||||
/datum/spellbook_entry/perks/magnetism
|
||||
|
||||
Reference in New Issue
Block a user