mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
25 lines
297 B
Text
25 lines
297 B
Text
|
// Blood splatter -----------------------------------------------------------
|
||
|
|
||
|
ACTOR BloodSplatter
|
||
|
{
|
||
|
Game Raven
|
||
|
Radius 2
|
||
|
Height 4
|
||
|
+NOBLOCKMAP
|
||
|
+MISSILE
|
||
|
+DROPOFF
|
||
|
+NOTELEPORT
|
||
|
+CANNOTPUSH
|
||
|
Mass 5
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
BLUD CBA 8
|
||
|
Stop
|
||
|
Death:
|
||
|
BLUD A 6
|
||
|
Stop
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|