mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
f9523a01e3
SVN r2552 (trunk)
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
|
|
}
|
|
}
|