From 4acf8e211c5e19084b949f174651e7289ba0a2d0 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 14:33:27 +0100 Subject: [PATCH] Removing Fade animation from ventcrawling Trying to fix Invisibility bug with ventcrawl by removing the fade animation --- code/modules/ventcrawl/ventcrawl.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/ventcrawl/ventcrawl.dm b/code/modules/ventcrawl/ventcrawl.dm index 1a4271050d..d54a15517b 100644 --- a/code/modules/ventcrawl/ventcrawl.dm +++ b/code/modules/ventcrawl/ventcrawl.dm @@ -156,7 +156,7 @@ var/list/ventcrawl_machinery = list( if(HAZARD_HIGH_PRESSURE to INFINITY) to_chat(src, "You feel a roaring wind pushing you away from the vent!") - fade_towards(vent_found,45) + //fade_towards(vent_found,45) //CHOMPEDIT removing fade animation if(!do_after(src, 45, vent_found, 1, 1)) return if(!can_ventcrawl()) @@ -198,4 +198,4 @@ var/list/ventcrawl_machinery = list( client.screen -= global_hud.centermarker client.eye = src - pipes_shown.len = 0 \ No newline at end of file + pipes_shown.len = 0