Classes:BloodyFighterSkull
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Bloody fighter skull | |||
---|---|---|---|
Actor type | Gibs | Game | (Hexen) |
DoomEd Number | None | Class Name | BloodyFighterSkull |
Classes: Actor → PlayerPawn → PlayerChunk →BloodySkull
Bloody skull created when Baratus is gibbed.
DECORATE definition
ACTOR BloodyFighterSkull : PlayerChunk { Radius 4 Height 4 +NOBLOCKMAP +DROPOFF +LOWGRAVITY +CANNOTPUSH +SKYEXPLODE +NOBLOCKMONST +NOSKIN States { Spawn: BSKL A 0 BSKL ABCDFGH 5 A_CheckFloor("Hit") Goto Spawn+1 Hit: BSKL I 16 A_CheckPlayerDone Wait } }