mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user