Classes:Meat2
		
		
		
		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: 
 | 
| Hanging corpse | |||
|---|---|---|---|
| Actor type | Gore | Game |  (Doom) | 
| DoomEd Number | 50 | Class Name | Meat2 | 
Classes: Meat2
 →NonsolidMeat2
This actor needs a description.
DECORATE definition
ACTOR Meat2
{
  Radius 16
  Height 84
  +SOLID
  +NOGRAVITY
  +SPAWNCEILING
  States
  {
  Spawn:
    GOR2 A -1
    Stop
  }
}