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:
PKPenguin321
2015-10-31 22:57:26 -07:00
parent 76a6e55622
commit 63322f411b
+1 -1
View File
@@ -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