Classes:SStalagmiteSmall
		
		
		
		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 |  (Strife) | 
| DoomEd Number | 163 | Class Name | SStalagmiteSmall | 
| Conversation ID | 221 | Puzzle Item ID | N/A | 
Classes: SStalagmiteSmall
This actor needs a description.
DECORATE definition
ACTOR SStalagmiteSmall
{
  Radius 16
  Height 25
  +SOLID
  States
  {
  Spawn:
    STLG F -1
    Stop
  }
}