Classes:PowerMask
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:
|
| Environment protection power | |||
|---|---|---|---|
| Actor type | Power | Game | |
| DoomEd Number | None | Class Name | PowerMask |
Classes: Inventory→Powerup→PowerIronFeet→PowerMask
Gives the same powers as the radiation suit, but does not change the screen color. It also lasts 33% longer than a Doom radiation suit, and is kept when traveling through hubs.
DECORATE definition
ACTOR PowerMask : PowerIronFeet native { Powerup.Duration -80 Powerup.Color 0, 0, 0, 0 +INVENTORY.HUBPOWER Inventory.Icon "I_MASK" }