Classes:WellWithBlood
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
  | 
| Well With Blood | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 87 | Class Name | WellWithBlood | 
Classes: Actor → WellWithBlood
 →NuclearBarrel
Overview
A stone well filled with blood and a corpse.
DECORATE Definition
actor WellWithBlood 87
{
  Radius 32
  +SOLID
  states
  {
    Spawn:
      WEL3 A -1
      stop
  }
}