Skip to content

Commit

Permalink
Merge pull request tgstation#29387 from ShizCalev/at-cleanup
Browse files Browse the repository at this point in the history
roundstart AT cleanup
  • Loading branch information
lzimann authored Jul 22, 2017
2 parents 8469afd + df436d3 commit d6f06df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 6 additions & 8 deletions _maps/RandomRuins/SpaceRuins/oldstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
/turf/open/floor/plasteel/black,
/area/ruin/ancientstation/hivebot)
"ar" = (
/turf/open/floor/plating,
/turf/open/floor/plating/airless,
/area/ruin/ancientstation/hivebot)
"as" = (
/obj/effect/decal/cleanable/dirt,
Expand Down Expand Up @@ -1155,7 +1155,7 @@
/obj/structure/table,
/obj/item/weapon/storage/firstaid/ancient,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white/side{
/turf/open/floor/plasteel/airless/white/side{
dir = 5
},
/area/template_noop)
Expand Down Expand Up @@ -1322,7 +1322,7 @@
"dD" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/roller,
/turf/open/floor/plasteel/white/side{
/turf/open/floor/plasteel/airless/white/side{
dir = 4
},
/area/template_noop)
Expand Down Expand Up @@ -1740,7 +1740,7 @@
/area/template_noop)
"eH" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white/side{
/turf/open/floor/plasteel/airless/white/side{
dir = 4
},
/area/template_noop)
Expand Down Expand Up @@ -4948,9 +4948,7 @@
"lv" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/weapon/stock_parts/console_screen,
/turf/open/floor/plasteel/white/side{
tag = "icon-whitehall (EAST)";
icon_state = "whitehall";
/turf/open/floor/plasteel/airless/white/side{
dir = 4
},
/area/template_noop)
Expand Down Expand Up @@ -5300,7 +5298,7 @@ aa
aa
br
bf
jA
bq
br
br
kn
Expand Down
8 changes: 6 additions & 2 deletions code/game/turfs/simulated/floor/plasteel_floor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@

/turf/open/floor/plasteel/white
icon_state = "white"
/turf/open/floor/plasteel/airless/white
icon_state = "white"
/turf/open/floor/plasteel/white/side
icon_state = "whitehall"
/turf/open/floor/plasteel/white/corner
icon_state = "whitecorner"
/turf/open/floor/plasteel/airless/white
icon_state = "white"
/turf/open/floor/plasteel/airless/white/side
icon_state = "whitehall"
/turf/open/floor/plasteel/airless/white/corner
icon_state = "whitecorner"



Expand Down

0 comments on commit d6f06df

Please sign in to comment.