Classes:BluePistol
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Blue Pistol | |||
---|---|---|---|
Actor type | Weapon | Game | |
DoomEd Number | None | Class Name | BluePistol |
Classes: Actor → Inventory → Weapon → WolfWeapon → Pistol → BluePistol
Overview
Replacement pistol for the Spear of Destiny mission packs.
DECORATE Definition
actor BluePistol : Pistol { attacksound "weapon/bluepistol/attack" weapon.selectionorder 1890 states { Ready: BPSG A 1 A_WeaponReady loop Fire: BPSG B 3 BPSG C 3 bright A_GunAttack BPSG DE 3 goto Ready } }