mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 23:21:20 +00:00
Merge pull request #2686 from VOREStation/lube
Allow wet 'downgrades' on turfs
This commit is contained in:
@@ -17,8 +17,6 @@
|
|||||||
// This is not great.
|
// This is not great.
|
||||||
/turf/simulated/proc/wet_floor(var/wet_val = 1)
|
/turf/simulated/proc/wet_floor(var/wet_val = 1)
|
||||||
spawn(0)
|
spawn(0)
|
||||||
if(wet_val <= wet)
|
|
||||||
return
|
|
||||||
wet = wet_val
|
wet = wet_val
|
||||||
if(wet_overlay)
|
if(wet_overlay)
|
||||||
overlays -= wet_overlay
|
overlays -= wet_overlay
|
||||||
|
|||||||
Reference in New Issue
Block a user