mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-07 13:30:23 +00:00
7db035abba
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.
20 lines
301 B
Text
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
|
|
}
|
|
}
|