Classes:MaceHefty

From ZDoom Wiki

Jump to: navigation, search
Pile of mace spheres
Actor type Ammo Game
DoomEd Number 16 Class Name MaceHefty
Spawn ID 36 Identifier T_HEFTYMACEAMMO

Classes: InventoryAmmoMaceAmmoMaceHefty

Big pile of one hundred mace spheres for the firemace.

DECORATE definition

ACTOR MaceHefty : MaceAmmo 16
{
  Game Heretic
  SpawnID 36
  Inventory.PickupMessage "$TXT_AMMOMACE2" // "PILE OF MACE SPHERES"
  Inventory.Amount 100
  States
  {
  Spawn:
    AMM2 A -1 
    Stop
  }
}
Personal tools