diff --git a/code/game/gamemodes/miniantags/revenant/revenant.dm b/code/game/gamemodes/miniantags/revenant/revenant.dm index 3218440841d..b35d28c24bd 100644 --- a/code/game/gamemodes/miniantags/revenant/revenant.dm +++ b/code/game/gamemodes/miniantags/revenant/revenant.dm @@ -59,7 +59,7 @@ ///How long the revenant is stunned for, is about 2 seconds times this var. var/unstun_time = 0 ///If the revenant's abilities are blocked by a chaplain's power. - var/inhibited = TRUE + var/inhibited = FALSE ///How much essence the revenant has drained. var/essence_drained = 0 ///If the revenant is draining someone.