Classes:BlueGatlingGunUpgrade
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Blue Gatling Gun Upgrade | |||
---|---|---|---|
Actor type | Weapon | Game | |
DoomEd Number | 156 | Class Name | BlueGatlingGunUpgrade |
Classes: Actor → Inventory → Weapon → WeaponGiver → GatlingGunUpgrade → BlueGatlingGunUpgrade
Overview
Pickup for the BlueGatlingGun. Gives the respective machine gun as well if needed.
DECORATE Definition
actor BlueGatlingGunUpgrade : GatlingGunUpgrade 156 { DropItem "BlueGatlingGun" DropItem "BlueAK47" +INVENTORY.ALWAYSPICKUP states { Spawn: CGUN A -1 stop } }