toilet init (#18146)

This commit is contained in:
KalevTait
2022-06-30 22:32:13 +01:00
committed by GitHub
parent 51f870595e
commit e9133fe658
+1 -1
View File
@@ -15,7 +15,7 @@
/obj/structure/toilet/Initialize(mapload)
. = ..()
open = round(rand(0, 1))
open = prob(50)
update_icon()
/obj/structure/toilet/Destroy()