Classes:MegasphereHealth

From ZDoom Wiki

Jump to: navigation, search
Megasphere health
Actor type Health Game
DoomEd Number None Class Name MegasphereHealth

Classes: InventoryHealthMegasphereHealth

This class exists mostly to allow compatibility with DeHackEd patches. It is not used directly but is given by a Megasphere along with the BlueArmorForMegasphere class.

DECORATE definition

ACTOR MegasphereHealth : Health
{
  Inventory.Amount 200
  Inventory.MaxAmount 200
  +INVENTORY.ALWAYSPICKUP
}
Personal tools