Skip to content

Commit

Permalink
[MIRROR] Removes the boobytrapped bluespace cell from Wawa's asteroid (
Browse files Browse the repository at this point in the history
…#5175)

* Removes the boobytrapped bluespace cell from Wawa's asteroid (#4582)

no boomy

* [MIRROR] Removes the boobytrapped bluespace cell from Wawa's asteroid

---------

Co-authored-by: sqn <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2024
1 parent cfcd2f0 commit bbacb2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _maps/nova/automapper/automapper_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,14 @@ required_map = "wawastation.dmm"
coordinates = [83, 92, 1]
trait_name = "Station"

# Wawastation TG-shenanigan removals.
[templates.wawastation_asteroidbluecell]
map_files = ["wawastation_asteroidbluecell.dmm"]
directory = "_maps/nova/automapper/templates/wawastation/"
required_map = "wawastation.dmm"
coordinates = [142, 95, 2]
trait_name = "Station"

# SNOWGLOBE STATION MAP EDITS
# Icecats Camp Lower Level - Snowglobe
[templates.snowglobe_icecats_lower]
Expand All @@ -448,4 +456,4 @@ map_files = ["icemoon_underground_icewalker_upper.dmm"]
directory = "_maps/RandomRuins/IceRuins/nova/"
required_map = "snowglobe.dmm"
coordinates = [202, 16, 2]
trait_name = "Station"
trait_name = "Station"
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/open/misc/asteroid,
/area/station/asteroid)

(1,1,1) = {"
a
"}

0 comments on commit bbacb2c

Please sign in to comment.