Adding shower curtains to the various station showers because.. well, it's nice.

This commit is contained in:
PsiOmega
2014-08-29 11:08:22 +02:00
parent b18e4d7950
commit ed28212d22
2 changed files with 23 additions and 13 deletions
+11 -1
View File
@@ -6,6 +6,11 @@
opacity = 1
density = 0
/obj/structure/curtain/open
icon_state = "open"
layer = OBJ_LAYER
opacity = 0
/obj/structure/curtain/bullet_act(obj/item/projectile/P, def_zone)
if(!P.nodamage)
visible_message("<span class='warning'>[P] tears [src] down!</span>")
@@ -34,4 +39,9 @@
/obj/structure/curtain/medical
name = "plastic curtain"
color = "#B8F5E3"
alpha = 200
alpha = 200
/obj/structure/curtain/open/shower
name = "shower curtain"
color = "#ACD1E9"
alpha = 200