Classes:MegasphereHealth
		
		
		
		Jump to navigation
		Jump to search
		
| Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why: 
 | 
| Megasphere health | |||
|---|---|---|---|
| Actor type | Health | Game |  (ZDoom) | 
| 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 }