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