Removes instances of rusty turfs (#17980)

* removes instances of rusty turfs

* and this
This commit is contained in:
S34N
2022-06-16 20:52:06 +01:00
committed by GitHub
parent a8fa72c8f1
commit 1910d4cb37
15 changed files with 211 additions and 138 deletions
-22
View File
@@ -33,28 +33,6 @@
/turf/simulated/wall/cult/devastate_wall()
new sheet_type(get_turf(src), sheet_amount)
/turf/simulated/wall/rust
name = "!deprecated, use rust spawner! rusted wall"
icon_state = "outdated"
icon = 'icons/turf/walls.dmi'
smoothing_flags = null
/turf/simulated/wall/rust/Initialize(mapload)
. = ..()
var/turf/simulated/wall/target = ChangeTurf(/turf/simulated/wall)
target.rust()
/turf/simulated/wall/r_wall/rust
name = "!deprecated, use rust spawner! rusted reinforced wall"
icon = 'icons/turf/walls.dmi'
icon_state = "outdated"
smoothing_flags = null
/turf/simulated/wall/r_wall/rust/Initialize(mapload)
. = ..()
var/turf/simulated/wall/r_wall/target = ChangeTurf(/turf/simulated/wall/r_wall)
target.rust()
//Clockwork walls
/turf/simulated/wall/clockwork
name = "clockwork wall"