Classes:MegasphereHealth
From ZDoom Wiki
| Megasphere health | |||
|---|---|---|---|
| Actor type | Health | Game | |
| DoomEd Number | None | Class Name | MegasphereHealth |
Classes: Inventory→Health→MegasphereHealth
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 }

