Sync latest iscript changes

This commit is contained in:
Pr0nogo 2023-05-20 18:50:51 -04:00
parent 15612dced7
commit 9e149ea7e5

View File

@ -51886,4 +51886,27 @@ MortothrokorWalking:
wait 1
move 4
wait 1
goto MortothrokorWalking
goto MortothrokorWalking
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1738 Phantom Strike Proc (thingy\halmind.grp)
.headerstart
IsId 744
Type 1
Init PhantomStrikeProcInit
Death PhantomStrikeProcDeath
.headerend
# ----------------------------------------------------------------------------- #
PhantomStrikeProcInit:
playfram 0x00
wait 1
playfram 1
wait 1
playfram 2
wait 1
playfram 3
PhantomStrikeProcDeath:
wait 1
end