mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +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/trunk/GameSource/ja2_v1.13/Build@8660 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -359,6 +359,7 @@ enum AdditionalDialogEvents
|
||||
ADE_BANDAGE_PERFORM_END, // we finished bandaging someone, aData1 is the profile of person
|
||||
ADE_BANDAGE_RECEIVE_BEGIN, // someone bandages us, aData1 is the profile of person
|
||||
ADE_BANDAGE_RECEIVE_END, // someone finished bandaging us, aData1 is the profile of person
|
||||
ADE_ZOMBIESRISE, // a new wave of zombies is spawned from corpses
|
||||
};
|
||||
|
||||
// We call this function from several places. It uses the dialogue functions, but calls a Lua script to know whether something, and what, should be said
|
||||
|
||||
Reference in New Issue
Block a user