Classes:ZorchPropulsor
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:
|
| Zorch propulsor | |||
|---|---|---|---|
| Actor type | Weapon | Game | |
| DoomEd Number | 2003 | Class Name | ZorchPropulsor |
Classes:Actor→Inventory→Weapon→DoomWeapon→RocketLauncher→ZorchPropulsor
This actor needs a description.
DECORATE definition
ACTOR ZorchPropulsor : RocketLauncher { Obituary "" Inventory.PickupMessage "$GOTZORCHPROPULSOR" // "You got the Zorch Propulsor!" Tag "$TAG_ZORCHPROPULSOR" // "Zorch Propulsor" States { Fire: MISG B 8 A_GunFlash MISG B 12 A_FireCustomMissile("PropulsorMissile") MISG B 0 A_ReFire Goto Ready } }