mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Merge pull request #12769 from PKPenguin321/patch-1
Makes lubed floors have the wet overlay, take two
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
if(wet >= wet_setting)
|
||||
return
|
||||
wet = wet_setting
|
||||
if(wet_setting == TURF_WET_WATER)
|
||||
if(wet_setting != TURF_DRY)
|
||||
if(wet_overlay)
|
||||
overlays -= wet_overlay
|
||||
wet_overlay = null
|
||||
|
||||
Reference in New Issue
Block a user