gzdoom-gles/wadsrc/static/actors/hexen/speedboots.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

20 lines
301 B
Text

ACTOR ArtiSpeedBoots : PowerupGiver 8002
{
Game Hexen
SpawnID 13
+FLOATBOB
+COUNTITEM
+INVENTORY.PICKUPFLASH
Inventory.Icon ARTISPED
Inventory.PickupMessage "$TXT_ARTISPEED"
Tag "$TAG_ARTISPEED"
Powerup.Type Speed
States
{
Spawn:
SPED ABCDEFGH 3 Bright
Loop
}
}