mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 11:11:52 +00:00
20 lines
530 B
Plaintext
20 lines
530 B
Plaintext
/turf/simulated/wall/cult
|
|
name = "wall"
|
|
desc = "The patterns engraved on the wall seem to shift as you try to focus on them. You feel sick"
|
|
icon_state = "cult"
|
|
walltype = "cult"
|
|
|
|
/turf/simulated/wall/cult/narsie_act()
|
|
return
|
|
|
|
/turf/simulated/wall/rust
|
|
name = "rusted wall"
|
|
desc = "A rusted metal wall."
|
|
icon_state = "arust"
|
|
walltype = "arust"
|
|
|
|
/turf/simulated/wall/r_wall/rust
|
|
name = "rusted reinforced wall"
|
|
desc = "A huge chunk of rusted reinforced metal."
|
|
icon_state = "rrust"
|
|
walltype = "rrust" |