Files
Paradise/code/game/turfs/simulated/walls_misc.dm
2015-06-10 20:04:28 -04:00

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"