mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
22 lines
303 B
Text
22 lines
303 B
Text
|
|
||
|
|
||
|
class ArtiSpeedBoots : PowerupGiver
|
||
|
{
|
||
|
Default
|
||
|
{
|
||
|
+FLOATBOB
|
||
|
+COUNTITEM
|
||
|
Inventory.PickupFlash "PickupFlash";
|
||
|
Inventory.Icon "ARTISPED";
|
||
|
Inventory.PickupMessage "$TXT_ARTISPEED";
|
||
|
Tag "$TAG_ARTISPEED";
|
||
|
Powerup.Type "PowerSpeed";
|
||
|
}
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
SPED ABCDEFGH 3 Bright;
|
||
|
Loop;
|
||
|
}
|
||
|
}
|