Fix Aurora unit responses and movement crash

This commit is contained in:
Pr0nogo 2023-03-04 14:48:39 -05:00
parent 89bc4e970a
commit b047967d52
4 changed files with 32 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -11856,6 +11856,36 @@ ScoutWalking:
ScoutWarpIn:
imgol 143 0 0 # Scout Warp Flash (protoss\scout.grp)
goto ScoutLocal00
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 142 Scout Engines (thingy\pscGlow.grp)
.headerstart
IsId 162
Type 12
Init ScoutEnginesInit
Death SkrylingExplosionDeath
GndAttkInit SkrylingExplosionDeath
AirAttkInit SkrylingExplosionDeath
Unused1 [NONE]
GndAttkRpt [NONE]
AirAttkRpt [NONE]
CastSpell [NONE]
GndAttkToIdle SkrylingExplosionDeath
AirAttkToIdle SkrylingExplosionDeath
Unused2 [NONE]
Walking ScoutEnginesInit
WalkingToIdle SkrylingExplosionDeath
SpecialState1 [NONE]
.headerend
# ----------------------------------------------------------------------------- #
ScoutEnginesInit:
wait 1
engframe 0
wait 1
engframe 17
goto ScoutEnginesInit
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
@ -43367,6 +43397,7 @@ ZealotDeathReversedInit:
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1199 Aurora Engines (cm\protoss\aurora-engine.grp)
# 1202 Exemplar Engines (cm\protoss\exemplar-engine.grp)
# 1204 Gladius Engines (cm\protoss\gladius-engine.grp)
# 1301 Epigraph Engines (cm\protoss\epigraph-engine.grp)

View File

@ -11,6 +11,7 @@ Aside from that: More audiovisuals and balance updates are trickling in.
- AI unit reactions can no longer cause a silent crash involving Didact cloaking
- Ocsal Larvae now spawn two Vorvrokors, Kalkalisks, and Ghitorokors per egg
- Hotkey conflict between Pazuzu and Anticthon has been resolved
- Aurora selected and order passive unit responses are no longer swapped
- Some incorrect armor icons and unit training strings have been corrected
- Elthisth Mound unit name and Isthrathaleth requirement string have been corrected