From fef9d1ddab6db2401bed5c14e94fb58e7c17368a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Nov 2023 16:38:49 -0800 Subject: Fix invalid itemgroup for island prison. --- npc-04_island-prison-update.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.1