Classes:Knife2
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Knife | |||
---|---|---|---|
Actor type | Weapon | Game | |
DoomEd Number | None | Class Name | Knife2 |
Classes: Actor → Inventory → Weapon → WolfWeapon → Knife → Knife2
Overview
Replacement knife used in the Spear of Destiny mission packs.
DECORATE Definition
actor Knife2 : Knife { weapon.selectionorder 3690 states { Ready: KNF2 A 1 A_WeaponReady loop Fire: KNF2 B 3 KNF2 C 3 KNF2 D 3 A_CustomPunch(1, false, CPF_ALWAYSPLAYSOUND) KNF2 E 3 goto Ready } }