Classes:Beak
Classes: Weapon→Beak
→BeakPowered
The weapon used by players morphed into a chicken.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Beak | |||
---|---|---|---|
Actor type | Weapon | Game | ![]() |
DoomEd Number | None | Class Name | Beak |
DECORATE definition
ACTOR Beak : Weapon { Weapon.SelectionOrder 10000 +WEAPON.DONTBOB +WEAPON.MELEEWEAPON Weapon.YAdjust 15 Weapon.SisterWeapon "BeakPowered" action native A_BeakRaise(); action native A_BeakAttackPL1(); States { Ready: BEAK A 1 A_WeaponReady Loop Deselect: BEAK A 1 A_Lower Loop Select: BEAK A 1 A_BeakRaise Loop Fire: BEAK A 18 A_BeakAttackPL1 Goto Ready } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.