Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Fix: Rusted r_wall and wall icon_state
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jun 23, 2023
1 parent 81e21b8 commit 2757107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions _maps/map_files/cyberiad/cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -69582,7 +69582,6 @@
},
/obj/machinery/door/poddoor{
density = 0;
icon_state = "pdoor0";
id_tag = "xenosecure";
name = "Secure Creature Cell";
opacity = 0
Expand Down Expand Up @@ -95288,13 +95287,11 @@
},
/area/maintenance/fpmaint)
"vwC" = (
/obj/effect/spawner/window/reinforced/plasma,
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/door/poddoor{
density = 0;
icon_state = "pdoor0";
id_tag = "xenosecure";
name = "Secure Creature Cell";
opacity = 0
Expand All @@ -95303,6 +95300,7 @@
d2 = 8;
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/plasma,
/turf/simulated/floor/plasteel,
/area/toxins/xenobiology)
"vxf" = (
Expand Down
4 changes: 2 additions & 2 deletions code/game/turfs/simulated/walls_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
name = "rusted wall"
desc = "A rusted metal wall."
icon = 'icons/turf/walls/rusty_wall.dmi'
icon_state = "arust"
icon_state = "wall"

/turf/simulated/wall/r_wall/rust
name = "rusted reinforced wall"
desc = "A huge chunk of rusted reinforced metal."
icon = 'icons/turf/walls/rusty_reinforced_wall.dmi'
icon_state = "rrust"
icon_state = "r_wall"

/turf/simulated/wall/r_wall/coated //Coated for heat resistance
name = "coated reinforced wall"
Expand Down

0 comments on commit 2757107

Please sign in to comment.