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.
21 lines
314 B
Text
21 lines
314 B
Text
|
|
|
|
ACTOR ArtiSpeedBoots : PowerupGiver 8002
|
|
{
|
|
Game Hexen
|
|
SpawnID 13
|
|
+FLOATBOB
|
|
+NOGRAVITY
|
|
+COUNTITEM
|
|
+INVENTORY.PICKUPFLASH
|
|
Inventory.Icon ARTISPED
|
|
Inventory.PickupMessage "$TXT_ARTISPEED"
|
|
Tag "$TAG_ARTISPEED"
|
|
Powerup.Type Speed
|
|
States
|
|
{
|
|
Spawn:
|
|
SPED ABCDEFGH 3 Bright
|
|
Loop
|
|
}
|
|
}
|