fuck why even fuck you (#25874)

This commit is contained in:
Contrabang
2024-06-29 17:55:31 +00:00
committed by GitHub
parent 32b73150ef
commit bd8c428ee6
2 changed files with 8 additions and 16 deletions
@@ -1466,7 +1466,7 @@ Eyes need to have significantly high darksight to shine unless the mob has the X
rad_act(current_size * 3)
/mob/living/carbon/human/narsie_act()
if(iswizard(src) && IS_CULTIST(src)) //Wizard cultists are immune to narsie because it would prematurely end the wiz round that's about to end by the automated shuttle call anyway
if(iswizard(src) || IS_CULTIST(src)) // Wizards are immune to the magic. Cultists also don't get transformed.
return
..()