Classes:PowerMask
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| 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.
DECORATE definition
ACTOR PowerMask : PowerIronFeet native { Powerup.Duration -80 Powerup.Color 0,0,0,0 +INVENTORY.HUBPOWER Inventory.Icon "I_MASK" }