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