Skip to content

Commit

Permalink
Removes the boobytrapped bluespace cell from Wawa's asteroid (#4582)
Browse files Browse the repository at this point in the history
no boomy
  • Loading branch information
sqnztb authored and StealsThePRs committed Nov 16, 2024
1 parent ab378e5 commit e0a42ff
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 e0a42ff

Please sign in to comment.