mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 07:32:35 +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.
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user