Classes:ZStalactiteSmall
		
		
		
		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 stalactite | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Hexen) | 
| DoomEd Number | 57 | Class Name | ZStalactiteSmall | 
Classes: ZStalactiteSmall
This actor needs a description.
DECORATE definition
ACTOR ZStalactiteSmall
{
  Radius 8
  Height 40
  +SOLID
  +SPAWNCEILING
  +NOGRAVITY
  States
  {
  Spawn:
    SLC3 A -1
    Stop
  }
}