Skip to content

Commit

Permalink
Set Linkage traits in multiz debug map config (tgstation#49339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennok authored Feb 16, 2020
1 parent 87e4255 commit ef7e4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _maps/multiz_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"map_name": "MultiZ Debug",
"map_path": "map_files/debug",
"map_file": "multiz.dmm",
"traits": [{"Up": 1}, {"Up": 1, "Down": -1, "Baseturf" : "/turf/open/openspace"}, {"Down": -1, "Baseturf" : "/turf/open/openspace"}]
"traits": [{"Up" : 1, "Linkage" : "Cross"}, {"Up" : 1, "Down" : -1, "Baseturf" : "/turf/open/openspace", "Linkage" : "Cross"}, {"Down" : -1, "Baseturf" : "/turf/open/openspace", "Linkage" : "Cross"}]
}

0 comments on commit ef7e4ee

Please sign in to comment.