Classes:GoldWandHefty
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:
|
| Crystal geode | |||
|---|---|---|---|
| Actor type | Ammo | Game | |
| DoomEd Number | 12 | Class Name | GoldWandHefty |
| Spawn ID | 12 | Identifier | T_HEFTYWANDAMMO |
Classes: Inventory→Ammo→GoldWandAmmo→GoldWandHefty
Large crystal containing fifty charges for the gold wand.
DECORATE definition
ACTOR GoldWandHefty : GoldWandAmmo { Inventory.PickupMessage "$TXT_AMMOGOLDWAND2" Inventory.Amount 50 States { Spawn: AMG2 ABC 4 Loop } }