From 2e57500211e82cc2eedca2dab8494cee8911365a Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Tue, 16 Feb 2016 17:21:03 +0100 Subject: [PATCH] Revenant tweaks --- code/game/gamemodes/miniantags/revenant/revenant.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/miniantags/revenant/revenant.dm b/code/game/gamemodes/miniantags/revenant/revenant.dm index dfe8d1838e0..eea1bfcc586 100644 --- a/code/game/gamemodes/miniantags/revenant/revenant.dm +++ b/code/game/gamemodes/miniantags/revenant/revenant.dm @@ -58,6 +58,7 @@ if(unreveal_time && world.time >= unreveal_time) unreveal_time = 0 revealed = 0 + incorporeal_move = 3 invisibility = INVISIBILITY_REVENANT src << "You are once more concealed." if(unstun_time && world.time >= unstun_time) @@ -315,6 +316,7 @@ return revealed = 1 invisibility = 0 + incorporeal_move = 0 if(!unreveal_time) src << "You have been revealed!" unreveal_time = world.time + time