Use respawn event to create trainees
Reduces number of definitions for each unit to one, preventing synchronization problems
This commit is contained in:
parent
446221cfbc
commit
3f6c2e414c
1 changed files with 4 additions and 6 deletions
|
@ -1553,13 +1553,11 @@
|
|||
[event]
|
||||
name=start training
|
||||
|
||||
#create wraith and ghosts
|
||||
|
||||
# create wraith and ghosts
|
||||
{NAMED_UNIT 3 (Haunt) 9 40 (Blessed Kali) ( _ "Blessed Kali") (upkeep=free)}
|
||||
|
||||
{NAMED_UNIT 3 (Ghost) 9 43 (Novice Pior) ( _ "Novice Pior") (upkeep=free)}
|
||||
{NAMED_UNIT 3 (Ghost) 11 41 (Novice Iona) ( _ "Novice Iona") (upkeep=free)}
|
||||
{NAMED_UNIT 3 (Ghost) 12 42 (Novice Dani) ( _ "Novice Dani") (upkeep=free)}
|
||||
[fire_event]
|
||||
name=respawn_trainees
|
||||
[/fire_event]
|
||||
|
||||
# wmllint: local spelling Kali Pior Iona Dani
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue