mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Code Readability - Structures (#18273)
* structures * requested changes
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
icon_state = "closed"
|
||||
face_while_pulling = FALSE
|
||||
layer = SHOWER_CLOSED_LAYER
|
||||
opacity = 1
|
||||
density = 0
|
||||
opacity = TRUE
|
||||
density = FALSE
|
||||
|
||||
/obj/structure/curtain/open
|
||||
icon_state = "open"
|
||||
layer = SHOWER_OPEN_LAYER
|
||||
opacity = 0
|
||||
opacity = FALSE
|
||||
|
||||
/obj/structure/curtain/attack_hand(mob/user)
|
||||
playsound(get_turf(loc), "rustle", 15, 1, -5)
|
||||
|
||||
Reference in New Issue
Block a user