mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
fixes the logic
thanks xxalpha i'd describe the change more in-depth but it's literally one line, hopefully you can figure out what i changed
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
if(wet >= wet_setting)
|
||||
return
|
||||
wet = wet_setting
|
||||
if(wet_setting == TURF_WET_WATER || TURF_WET_LUBE)
|
||||
if(wet_setting != TURF_DRY)
|
||||
if(wet_overlay)
|
||||
overlays -= wet_overlay
|
||||
wet_overlay = null
|
||||
|
||||
Reference in New Issue
Block a user