Merge pull request #6216 from PsiOmegaDelta/ShowerCurtains

Shower curtains
This commit is contained in:
Zuhayr
2014-08-31 00:12:02 +09:30
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