Classes:HeadCandles
		
		
		
		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: 
 | 
| Skulls with candles | |||
|---|---|---|---|
| Actor type | Light source | Game |  (Doom) | 
| DoomEd Number | 29 | Class Name | HeadCandles | 
Classes: HeadCandles
3 skulls on short sticks shoved to an organized pile of more skulls. There's a candle on every base skull.
DECORATE definition
ACTOR HeadCandles
{
  Radius 16
  Height 42
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    POL3 AB 6 Bright
    Loop
  }
}