summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-17 19:09:39 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-17 19:09:39 -0700
commit0d8bcc99b04981c2fe8016887214ae9cc034d437 (patch)
tree926e3f62876dd6c16731983f1a367dfbfaf9a08f
parentUpdate to Bright Nights 1820 (diff)
downloadcataclysm-bn-0d8bcc99b04981c2fe8016887214ae9cc034d437.tar.xz
Update to 1834 because tile no-overwrite commit broke mods
Add patch to set Derelict Shed to s
-rw-r--r--0019-derelict-shed-is-s.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0019-derelict-shed-is-s.patch b/0019-derelict-shed-is-s.patch
new file mode 100644
index 0000000..d97550c
--- /dev/null
+++ b/0019-derelict-shed-is-s.patch
@@ -0,0 +1,10 @@
+--- a/data/json/overmap/map_extras.json
++++ b/data/json/overmap/map_extras.json
+@@ -256,6 +256,7 @@
+ "name": "Derelict shed",
+ "description": "A collapsed shed.",
+ "generator": { "generator_method": "update_mapgen", "generator_id": "mx_fallen_shed_map" },
++ "sym": "s",
+ "color": "brown",
+ "autonote": true
+ },