mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
/obj/structure/alien/wall
|
|
name = "resin wall"
|
|
desc = "A disgusting mass of purple slime solidified into a wall."
|
|
icon_state = "resin wall"
|
|
health = 200
|
|
opacity = 1
|
|
density = TRUE
|
|
can_atmos_pass = ATMOS_PASS_NO
|
|
|
|
/obj/structure/alien/membrane
|
|
name = "resin membrane"
|
|
desc = "A revolting mass of purple slime, it appears to be stretched enough to be transparent."
|
|
icon_state = "resin membrane"
|
|
opacity = 0
|
|
health = 120
|
|
density = TRUE
|
|
can_atmos_pass = ATMOS_PASS_NO
|