Add Weishui camps chapter
This commit is contained in:
@@ -6572,14 +6572,16 @@ export class BattleScene extends Phaser.Scene {
|
||||
'northern-sixth',
|
||||
'northern-seventh',
|
||||
'northern-eighth',
|
||||
'northern-ninth'
|
||||
'northern-ninth',
|
||||
'northern-tenth'
|
||||
];
|
||||
if (lateNorthernPrefixes.some((prefix) => enemy.id.startsWith(prefix))) {
|
||||
if (
|
||||
enemy.id.includes('-scout') ||
|
||||
enemy.id.includes('-cavalry') ||
|
||||
enemy.id === 'northern-eighth-officer-zhang-he' ||
|
||||
enemy.id === 'northern-ninth-officer-zhang-he'
|
||||
enemy.id === 'northern-ninth-officer-zhang-he' ||
|
||||
enemy.id === 'northern-tenth-officer-zhang-he'
|
||||
) {
|
||||
return 'aggressive';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user