From ae56d285fe3bc68c6a351e6aa92069b38dd52471 Mon Sep 17 00:00:00 2001 From: Flugente Date: Mon, 4 Feb 2019 20:07:27 +0000 Subject: [PATCH] Additional dialogue event ADE_ZOMBIESRISE is called when new zombies are created from corpses git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2464 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Scripts/Overhead.lua | 1 + gamedir/Data/Scripts/Overhead.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/gamedir/Data-1.13/Scripts/Overhead.lua b/gamedir/Data-1.13/Scripts/Overhead.lua index fd7fe1cff..a9bec3d48 100644 --- a/gamedir/Data-1.13/Scripts/Overhead.lua +++ b/gamedir/Data-1.13/Scripts/Overhead.lua @@ -2843,6 +2843,7 @@ DialogueActionEvent = ADE_BANDAGE_PERFORM_END = 19, -- we finished bandaging someone, aData1 is the profile of person ADE_BANDAGE_RECEIVE_BEGIN = 20, -- someone bandages us, aData1 is the profile of person ADE_BANDAGE_RECEIVE_END = 21, -- someone finished bandaging us, aData1 is the profile of person + ADE_ZOMBIESRISE = 22, -- a new wave of zombies is spawned from corpses } -- functions used here: diff --git a/gamedir/Data/Scripts/Overhead.lua b/gamedir/Data/Scripts/Overhead.lua index e0242c96c..63c009de4 100644 --- a/gamedir/Data/Scripts/Overhead.lua +++ b/gamedir/Data/Scripts/Overhead.lua @@ -799,6 +799,7 @@ DialogueActionEvent = ADE_BANDAGE_PERFORM_END = 19, -- we finished bandaging someone, aData1 is the profile of person ADE_BANDAGE_RECEIVE_BEGIN = 20, -- someone bandages us, aData1 is the profile of person ADE_BANDAGE_RECEIVE_END = 21, -- someone finished bandaging us, aData1 is the profile of person + ADE_ZOMBIESRISE = 22, -- a new wave of zombies is spawned from corpses } -- functions used here: