mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
61cc7dbb29
- fixed parsing of named damage types and pain chances.
21 lines
303 B
Text
21 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;
|
|
}
|
|
}
|