Skip to content

Commit

Permalink
misc changes
Browse files Browse the repository at this point in the history
makes a indestructible snow turf type for outposts

replaces the bar dispensers with non-upgraded ones

misc floor changes

replaces all rock surfaces in hangars / outpost with the unbreakable variant
  • Loading branch information
spockye committed Nov 5, 2023
1 parent 1a6cabc commit b59621a
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 59 deletions.
2 changes: 1 addition & 1 deletion _maps/outpost/hangar/nt_asteroid_20x20.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@
},
/area/hangar)
"DD" = (
/turf/closed/mineral/random/snow,
/turf/closed/indestructible/rock/snow/schist,
/area/hangar)
"DG" = (
/obj/structure/railing{
Expand Down
2 changes: 1 addition & 1 deletion _maps/outpost/hangar/nt_asteroid_40x20.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
/area/hangar)
"au" = (
/turf/closed/mineral/random/snow,
/turf/closed/indestructible/rock/snow/schist,
/area/hangar)
"ba" = (
/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw,
Expand Down
2 changes: 1 addition & 1 deletion _maps/outpost/hangar/nt_asteroid_40x40.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
},
/area/hangar)
"DK" = (
/turf/closed/mineral/random/snow,
/turf/closed/indestructible/rock/snow/schist,
/area/hangar)
"DS" = (
/obj/structure/fence/door,
Expand Down
4 changes: 2 additions & 2 deletions _maps/outpost/hangar/nt_asteroid_56x20.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
/area/hangar)
"eW" = (
/obj/effect/decal/cleanable/dirt,
/turf/closed/mineral/random/snow,
/turf/closed/indestructible/rock/snow/schist,
/area/hangar)
"fb" = (
/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{
Expand Down Expand Up @@ -886,7 +886,7 @@
},
/area/hangar)
"FQ" = (
/turf/closed/mineral/random/snow,
/turf/closed/indestructible/rock/snow/schist,
/area/hangar)
"Gc" = (
/obj/effect/turf_decal/industrial/warning,
Expand Down
4 changes: 2 additions & 2 deletions _maps/outpost/hangar/nt_asteroid_56x40.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
/area/hangar)
"il" = (
/obj/effect/decal/cleanable/dirt,
/turf/closed/mineral/random/snow,
/turf/closed/indestructible/rock/snow/schist,
/area/hangar)
"iT" = (
/obj/effect/turf_decal/siding/wood{
Expand Down Expand Up @@ -1310,7 +1310,7 @@
/turf/open/floor/plasteel/tech,
/area/hangar)
"UY" = (
/turf/closed/mineral/random/snow,
/turf/closed/indestructible/rock/snow/schist,
/area/hangar)
"VD" = (
/obj/effect/turf_decal/trimline/opaque/yellow/filled/arrow_cw{
Expand Down
Loading

0 comments on commit b59621a

Please sign in to comment.