From d945f28aa68ac597363abac93820bcdad82505ca Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 12:31:32 -0800 Subject: Remove invalid intensity field from lighthouse patch. --- npc-07_lighthouse-family_v2.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc-07_lighthouse-family_v2.patch b/npc-07_lighthouse-family_v2.patch index 0b46f0b..b9292aa 100644 --- a/npc-07_lighthouse-family_v2.patch +++ b/npc-07_lighthouse-family_v2.patch @@ -202,7 +202,7 @@ + "success": { + "topic": "TALK_lighthouse_man_survivors_yes", + "effect": [ -+ { "npc_add_effect": "lighthouse_survivor_delay", "duration": 1209600, "intensity": 1 }, ++ { "npc_add_effect": "lighthouse_survivor_delay", "duration": 1209600 }, + { "mapgen_update": "lighthouse_man_survivor", "om_terrain": "lighthouse_ground" } + ] + }, @@ -588,7 +588,7 @@ + "place_terrain": [ { "ter": "t_thconc_floor_olight", "x": 11, "y": 12 }, { "ter": "t_thconc_floor_olight", "x": 13, "y": 13 } ] + }, + "effect": [ -+ { "npc_add_effect": "lighthouse_survivor_delay", "duration": 1209600, "intensity": 1 }, ++ { "npc_add_effect": "lighthouse_survivor_delay", "duration": 1209600 }, + { "u_add_var": "lighthouse_fixed", "type": "global", "context": "safe_space", "value": "yes" } + ] + }, @@ -784,7 +784,7 @@ + "topic": "TALK_DONE", + "effect": [ + { "npc_first_topic": "TALK_ENG_LIGHTHOUSE_WORKING" }, -+ { "npc_add_effect": "lighthouse_repairs_underway", "duration": 172800, "intensity": 1 } ++ { "npc_add_effect": "lighthouse_repairs_underway", "duration": 172800 } + ] + } + ] -- cgit v1.2.1