summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-15 14:54:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-15 14:54:36 -0700
commitc5272b690616a59e3d867c3feed49baf3add15be (patch)
treed4f83515deda3b21859e9502f709da170120d14e
parentUpdated to 202209110044 (diff)
downloadcataclysm-bn-c5272b690616a59e3d867c3feed49baf3add15be.tar.xz
Add patch to fix mis-rotated military base minefield.
-rw-r--r--terrain-10_fix-milbase_minefield.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/terrain-10_fix-milbase_minefield.patch b/terrain-10_fix-milbase_minefield.patch
new file mode 100644
index 0000000..30bad9f
--- /dev/null
+++ b/terrain-10_fix-milbase_minefield.patch
@@ -0,0 +1,11 @@
+--- a/data/json/overmap/overmap_special/specials.json
++++ b/data/json/overmap/overmap_special/specials.json
+@@ -6858,7 +6858,7 @@
+ { "point": [ 1, -1, 0 ], "overmap": "mil_base_minefield_n_north" },
+ { "point": [ 2, -1, 0 ], "overmap": "mil_base_minefield_end_north" },
+ { "point": [ 3, -1, 0 ], "overmap": "mil_base_road_entrance_north" },
+- { "point": [ 4, -1, 0 ], "overmap": "mil_base_minefield_end_south" },
++ { "point": [ 4, -1, 0 ], "overmap": "mil_base_minefield_end_west" },
+ { "point": [ 5, -1, 0 ], "overmap": "mil_base_minefield_n_north" },
+ { "point": [ 6, -1, 0 ], "overmap": "mil_base_minefield_n_north" },
+ { "point": [ 7, -1, 0 ], "overmap": "mil_base_minefield_n_north" },