Classes:Stalagtite
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Stalagmite | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 47 | Class Name | Stalagtite |
Classes: Stalagtite
A short, spiky brown stalagmite that looks vaguely like a hellish vegetation growth. Do not pay attention to the class name which is neither stalactite (ceiling) nor stalagmite (ground).
Note that there is a stalagmite sprite (SMT2A) that looks more like a real stalagmite, but which wasn't used by a normal actor. See Stalagmite.
DECORATE definition
ACTOR Stalagtite 47
{
Game Doom
Radius 16
Height 40
+SOLID
States
{
Spawn:
SMIT A -1
Stop
}
}