From 44bbfd7bd154d76d68d6d2cf6c6afa7eb1d406c1 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sat, 13 Nov 2021 23:52:37 -0500 Subject: [PATCH] Fixes revenant ability bug --- code/game/gamemodes/miniantags/revenant/revenant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.