summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 12:31:32 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 12:31:32 -0800
commitd945f28aa68ac597363abac93820bcdad82505ca (patch)
treef2d53e285fa1ef8d15a5f56f7eb5e626045acc9c
parentRemove legacy PERMANENT effect duration. (diff)
downloadcataclysm-bn-d945f28aa68ac597363abac93820bcdad82505ca.tar.xz
Remove invalid intensity field from lighthouse patch.
-rw-r--r--npc-07_lighthouse-family_v2.patch6
1 files 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 }
+ ]
+ }
+ ]