Classes:PillarAlienPower
		
		
		
		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: 
 | 
| Power crystal pillar | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Strife) | 
| DoomEd Number | 227 | Class Name | PillarAlienPower | 
| Conversation ID | 215 | Puzzle Item ID | N/A | 
Classes: PillarAlienPower
A huge pillar containing a power crystal, overgrown by odd alien fungus.
DECORATE definition
ACTOR PillarAlienPower
{
  Radius 24
  Height 192
  +SOLID
  ActiveSound "ambient/alien2"
  States
  {
  Spawn:
    APOW A 4 A_LoopActiveSound
    Loop
  }
}