Classes:Stalagtite
From ZDoom Wiki
| 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 isn't used by a normal actor.
DECORATE definition
ACTOR Stalagtite 47
{
Game Doom
Radius 16
Height 40
+SOLID
States
{
Spawn:
SMIT A -1
Stop
}
}

