Skip to content

Commit

Permalink
Shower curtain privacy oversight fix (#7506)
Browse files Browse the repository at this point in the history
* Revert "Restoring my main branch"

This reverts commit 39cb232.

* Revert "Revert "Restoring my main branch""

This reverts commit 856950c.

* Bees can ventcrawl

Bzzzzz

* Revert "Bees can ventcrawl"

This reverts commit c46ab39.

* Shower Curtain privacy
  • Loading branch information
Hopekz authored and alexkar598 committed Jan 6, 2020
1 parent 9dc8e0b commit 81f56ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/structures/watercloset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,14 @@
layer = WALL_OBJ_LAYER
density = TRUE
open = FALSE
opacity = TRUE

else
icon_state = "open"
layer = SIGN_LAYER
density = FALSE
open = TRUE
opacity = FALSE

/obj/structure/curtain/attackby(obj/item/W, mob/user)
if (istype(W, /obj/item/toy/crayon))
Expand Down

0 comments on commit 81f56ca

Please sign in to comment.