gzdoom/wadsrc/static/actors/raven/ravenhealth.txt
Christoph Oelckers 7db035abba - undid NOGRAVITY for all floatbobbing items.
I have no idea why this was ever deemed proper - but it clearly breaks some Hexen maps and it not even remotely mimics the original behavior. Even now, it's not the same but since the items fall down they at least end up where they are supposed to be.
2015-02-12 16:27:28 +01:00

15 lines
191 B
Text

ACTOR CrystalVial : Health 81
{
Game Raven
SpawnID 23
+FLOATBOB
Inventory.Amount 10
Inventory.PickupMessage "$TXT_ITEMHEALTH"
States
{
Spawn:
PTN1 ABC 3
Loop
}
}