0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom-gles.git synced 2025-03-01 14:31:05 +00:00
gzdoom-gles/wadsrc/static/zscript/actors/raven/ravenhealth.zs

16 lines
171 B
Text

class CrystalVial : Health
{
Default
{
+FLOATBOB
Inventory.Amount 10;
Inventory.PickupMessage "$TXT_ITEMHEALTH";
}
States
{
Spawn:
PTN1 ABC 3;
Loop;
}
}