From c7291c315f9708481340121c982afd4a71dca745 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Wed, 26 Oct 2016 22:20:35 -0400 Subject: [PATCH] Allow wet 'downgrades' on turfs Such as allowing you to get water on a floor with spacelube to replace the lube with normal water which will eventually dry. Otherwise there is literally no way to clean up space lube. Which is a little ~~fun~~ crazy. --- code/game/turfs/simulated.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/turfs/simulated.dm b/code/game/turfs/simulated.dm index e78d7941a4..4172457b1f 100644 --- a/code/game/turfs/simulated.dm +++ b/code/game/turfs/simulated.dm @@ -17,8 +17,6 @@ // This is not great. /turf/simulated/proc/wet_floor(var/wet_val = 1) spawn(0) - if(wet_val <= wet) - return wet = wet_val if(wet_overlay) overlays -= wet_overlay