summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-18 16:38:49 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-18 16:38:49 -0800
commitfef9d1ddab6db2401bed5c14e94fb58e7c17368a (patch)
treece3584db29ef30bfe4608d578bfed0db28bc49e2
parentBackport fix for mass grave map extra. (diff)
downloadcataclysm-bn-fef9d1ddab6db2401bed5c14e94fb58e7c17368a.tar.xz
Fix invalid itemgroup for island prison.
-rw-r--r--npc-04_island-prison-update.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc-04_island-prison-update.patch b/npc-04_island-prison-update.patch
index e8c3d5f..a238ab9 100644
--- a/npc-04_island-prison-update.patch
+++ b/npc-04_island-prison-update.patch
@@ -1145,7 +1145,7 @@
+ "4": [ { "item": "softdrugs", "chance": 50 }, { "item": "harddrugs", "chance": 50 } ],
+ "5": { "item": "alcohol_bottled_canned", "chance": 95, "repeat": [ 1, 3 ] },
+ "9": { "item": "trash_cart", "chance": 50, "repeat": [ 2, 3 ] },
-+ "а": { "item": "SUS_fridge_breakroom", "chance": 65 },
++ "а": { "item": "SUS_coffee_cupboard", "chance": 65 },
+ "Ж": { "item": "SUS_janitors_closet", "chance": 95 },
+ "З": { "item": "doctors_books", "chance": 75, "repeat": [ 1, 2 ] },
+ "Л": { "item": "prison_workshop_safety", "chance": 75 },