gzdoom/wadsrc/static/actors/strife/oracle.txt
Christoph Oelckers 0e009ff18a - Changed: Macil doesn't need the StrifeHumanoid's special death states so he might
as well inherit directly from AActor.
- Converted Strife's Coin, Oracle, Macil and StrifeHumanoid to DECORATE. Also moved
  the burning hand states to StrifePlayer where they really belong.


SVN r1125 (trunk)
2008-08-07 17:45:35 +00:00

34 lines
No EOL
505 B
Text

// Oracle -------------------------------------------------------------------
ACTOR Oracle 199 native
{
Game Strife
ConversationID 65, 62, 63
Health 1
Radius 15
Height 56
Monster
+NOTDMATCH
+FIRERESIST
MaxDropoffHeight 32
Tag "Oracle"
DropItem "Meat"
action native A_WakeOracleSpectre ();
States
{
Spawn:
ORCL A -1
Stop
Death:
ORCL BCDEFGHIJK 5
ORCL L 5 A_NoBlocking
ORCL M 5
ORCL N 5 A_WakeOracleSpectre
ORCL OP 5
ORCL Q -1
Stop
}
}