Classes:RadioactiveMist
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Radioactive Mist | |||
---|---|---|---|
Actor type | Monster | Game | |
DoomEd Number | 157 | Class Name | Radioactive Mist |
Classes: Actor → Spectre → RadioactiveMist
Overview
Green mist that replaces the spectre in the ultimate challenge.
DECORATE Definition
actor RadioactiveMist : Spectre 157 { states { Spawn: MIST ABCD 5 NOP A_Look(0, 0, 0, 0, 360) loop See: MIST ABCD 5 NOP A_Chase("*", "*", CHF_DONTDODGE) loop Death: MIST E 5 A_Fall MIST FG 5 MIST H 155 MIST H 5 A_Dormant wait } }