mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
18 lines
252 B
Text
18 lines
252 B
Text
|
|
|
|
ACTOR ArtiSpeedBoots : PowerupGiver
|
|
{
|
|
+FLOATBOB
|
|
+COUNTITEM
|
|
+INVENTORY.PICKUPFLASH
|
|
Inventory.Icon ARTISPED
|
|
Inventory.PickupMessage "$TXT_ARTISPEED"
|
|
Tag "$TAG_ARTISPEED"
|
|
Powerup.Type Speed
|
|
States
|
|
{
|
|
Spawn:
|
|
SPED ABCDEFGH 3 Bright
|
|
Loop
|
|
}
|
|
}
|