Classes:PhasingZorchPack
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:
|
| Phasing zorcher pack | |||
|---|---|---|---|
| Actor type | Ammo | Game | |
| DoomEd Number | 17 | Class Name | PhasingZorchPack |
| Spawn ID | 142 | Identifier | T_BATTERY |
Classes:Actor→Inventory→Ammo→Cell→PhasingZorchPack
This actor needs a description.
DECORATE definition
ACTOR PhasingZorchPack : Cell { Inventory.PickupMessage "$GOTPHASINGZORCHERPACK" // "Picked up a phasing zorcher pack." Inventory.Amount 100 States { Spawn: CELP A -1 Stop } }