mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
17 lines
171 B
Text
17 lines
171 B
Text
|
class CrystalVial : Health
|
||
|
{
|
||
|
Default
|
||
|
{
|
||
|
+FLOATBOB
|
||
|
Inventory.Amount 10;
|
||
|
Inventory.PickupMessage "$TXT_ITEMHEALTH";
|
||
|
}
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
PTN1 ABC 3;
|
||
|
Loop;
|
||
|
}
|
||
|
}
|
||
|
|