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