18 lines
304 B
Plaintext
18 lines
304 B
Plaintext
|
Actor InvGranolaBar : HealthPickup 11901 {
|
||
|
//$Category "Powerups"
|
||
|
//$Title "Granola Bar"
|
||
|
+COUNTITEM
|
||
|
|
||
|
Tag "$TAG_GRANOLABAR"
|
||
|
Inventory.PickupMessage "$TXT_GRANOLABAR"
|
||
|
|
||
|
Health 25
|
||
|
HealthPickup.AutoUse 2
|
||
|
Inventory.Icon GRNOINV
|
||
|
Inventory.AltHUDIcon GRNOAINV
|
||
|
States {
|
||
|
Spawn:
|
||
|
GRNO A -1
|
||
|
Stop
|
||
|
}
|
||
|
}
|