Classes:BeakPowered

From ZDoom Wiki

Jump to: navigation, search
Beak
Actor type Weapon Game
DoomEd Number None Class Name BeakPowered

Classes: WeaponBeakBeakPowered

The powered-up beak is impossible to obtain in normal gameplay, as using the tome of power while morphed into a chicken puts an end to the transformation. It is more powerful than the normal beak, enough to gib gargoyles sometimes after a few pecks. However, it is still a very puny weapon.

DECORATE definition

ACTOR BeakPowered : Beak
{
  +WEAPON.POWERED_UP
  Weapon.SisterWeapon "Beak"

  action native A_BeakAttackPL2();

  States
  {
  Fire:
    BEAK A 12 A_BeakAttackPL2
    Goto Ready
  }
}
Personal tools