Classes:HighChemicalRocket
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
High Chemical Rocket | |||
---|---|---|---|
Actor type | Explosive | Game | |
DoomEd Number | None | Class Name | HighChemicalRocket |
Classes: Actor → HighRocket → HighChemicalRocket
Overview
Replacement high rocket that is is blue in color and spawns blue smoke. Fired by the robot.
DECORATE Definition
actor HighChemicalRocket : HighRocket { states { Spawn: CHRK A 1.5 bright A_SpawnItem("HighChemicalSmoke") loop Death: CHBM ABC 3 bright stop } }