Classes:StalagmiteSmall
		
		
		
		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: 
 | 
| Small stalagmite | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Heretic) | 
| DoomEd Number | 37 | Class Name | StalagmiteSmall | 
Classes: StalagmiteSmall
This actor needs a description.
DECORATE definition
ACTOR StalagmiteSmall
{
  Radius 8
  Height 32
  +SOLID
  States
  {
  Spawn:
    STGS A -1
    Stop
  }
}