File
- Defined in \DEC_PWR
Flags
Properties
//$category | Potions |
inventory.amount | 1 |
inventory.icon | "POHAD0" |
inventory.maxamount | 3 |
inventory.pickupmessage | "Picked up a Berserk Potion." |
inventory.pickupsound | "misc/p_pkup" |
tag | "Berserk Potion" |
States
Spawn:
POHA C -1
Stop
Use:
TNT1 A 0 HealThing(25, 0)
TNT1 A 0 A_SelectWeapon("Fist2")
TNT1 A 0 A_GiveInventory("BerserkDMG")
TNT1 A 0 A_GiveInventory("BerserkRegen")
TNT1 A 0 ACS_NamedExecuteWithResult("removeberserk", 0, 0, 0)
Stop