Skip to content

Commit

Permalink
Fixxed Auto mapper for Manaforge
Browse files Browse the repository at this point in the history
Corrected the call for the Auto mapper in the Manaforge station (Ice Box)
  • Loading branch information
Mortisduem committed Feb 25, 2024
1 parent 72b33eb commit c00f418
Show file tree
Hide file tree
Showing 2 changed files with 841 additions and 636 deletions.
24 changes: 12 additions & 12 deletions _maps/skyrat/automapper/automapper_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ trait_name = "Station"

# ICEBOX MAP EDITS
# Icebox Arrivals
[templates.icebox_arrivals]
map_files = ["icebox_arrivals.dmm"]
directory = "_maps/skyrat/automapper/templates/icebox/"
required_map = "IceBoxStation.dmm"
coordinates = [8, 115, 3]
trait_name = "Station"
#[templates.icebox_arrivals]
#map_files = ["icebox_arrivals.dmm"]
#directory = "_maps/skyrat/automapper/templates/icebox/"
#required_map = "IceBoxStation.dmm"
#coordinates = [8, 115, 3]
#trait_name = "Station"

# Icebox Armory Middle
[templates.icebox_armory_middle]
Expand Down Expand Up @@ -424,12 +424,12 @@ trait_name = "Station"
# ICEBOX MAP EDITS

# Icebox Arrivals
#[templates.icebox_arrivals]
#map_files = ["icebox_arrivals.dmm"]
#directory = "_maps/tannhauser/automapper/templates/icebox/"
#required_map = "IceBoxStation.dmm"
#coordinates = [10, 116, 3]
#trait_name = "Station"
[templates.icebox_arrivals]
map_files = ["icebox_arrivals.dmm"]
directory = "_maps/tannhauser/automapper/templates/icebox/"
required_map = "IceBoxStation.dmm"
coordinates = [8, 115, 3]
trait_name = "Station"

# Manaforge Jade Dragon
[templates.manaforge_jade]
Expand Down
Loading

0 comments on commit c00f418

Please sign in to comment.