mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
62ffe7e4e2
- Fixed: Heretic and Hexen completely skip all normal Z processing on mobjs with FLOATBOB set. To emulate that, we need to add NOGRAVITY to everything with that flag set.
16 lines
204 B
Text
16 lines
204 B
Text
ACTOR CrystalVial : Health 81
|
|
{
|
|
Game Raven
|
|
SpawnID 23
|
|
+FLOATBOB
|
|
+NOGRAVITY
|
|
Inventory.Amount 10
|
|
Inventory.PickupMessage "$TXT_ITEMHEALTH"
|
|
States
|
|
{
|
|
Spawn:
|
|
PTN1 ABC 3
|
|
Loop
|
|
}
|
|
}
|
|
|