Classes:Skewer
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
  | 
| Skewer | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 82 | Class Name | Skewer | 
Classes: Actor → Skewer
 →SkullPile
Overview
A bloody skewer with skulls.
DECORATE Definition
actor Skewer 82
{
  Radius 32
  +SOLID
  states
  {
    Spawn:
      SKWR A -1
      stop
  }
}