mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user