- New feature: massive counterattacks in all major cities

- Fix: Check for water drums was wrong

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5688 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2012-11-16 21:16:31 +00:00
parent f6ae18533f
commit 23e93663fd
8 changed files with 420 additions and 7 deletions
+11 -1
View File
@@ -372,7 +372,17 @@ enum
NPC_ACTION_TURN_TO_FACE_NEAREST_MERC = 500,
NPC_ACTION_TURN_TO_FACE_PROFILE_ID_0,
NPC_ACTION_LAST_TURN_TO_FACE_PROFILE = 650
NPC_ACTION_LAST_TURN_TO_FACE_PROFILE = 650,
// Flugente: counterattacks for all cities
NPC_ACTION_SEND_SOLDIERS_TO_CHITZENA,
NPC_ACTION_SEND_SOLDIERS_TO_GRUMM,
NPC_ACTION_SEND_SOLDIERS_TO_CAMBRIA,
NPC_ACTION_SEND_SOLDIERS_TO_ALMA,
NPC_ACTION_SEND_SOLDIERS_TO_BALIME,
NPC_ACTION_GLOBAL_OFFENSIVE_1,
NPC_ACTION_GLOBAL_OFFENSIVE_2,
};
#define HOSPITAL_PATIENT_DISTANCE 9