Fixes shower overlays

fixes shower visuals being applied permanently even after turning it off.
This commit is contained in:
Verkister
2021-06-22 12:42:39 +03:00
committed by GitHub
parent 0051e96509
commit 5c77d59bee
+1 -1
View File
@@ -179,7 +179,7 @@
add_fingerprint(user)
/obj/machinery/shower/update_icon() //this is terribly unreadable, but basically it makes the shower mist up
cut_overlay() //once it's been on for a while, in addition to handling the water overlay.
cut_overlays() //once it's been on for a while, in addition to handling the water overlay.
if(mymist)
qdel(mymist)
mymist = null