Skip to content

Commit

Permalink
toilet init (#18146)
Browse files Browse the repository at this point in the history
  • Loading branch information
KalevTait authored Jun 30, 2022
1 parent 51f8705 commit e9133fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/watercloset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/obj/structure/toilet/Initialize(mapload)
. = ..()
open = round(rand(0, 1))
open = prob(50)
update_icon()

/obj/structure/toilet/Destroy()
Expand Down

0 comments on commit e9133fe

Please sign in to comment.