Classes:SurgeryCrab
		
		
		
		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: 
 | 
| Surgery crab | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Strife) | 
| DoomEd Number | 117 | Class Name | SurgeryCrab | 
| Conversation ID | 263 | Puzzle Item ID | N/A | 
Classes: SurgeryCrab
This actor needs a description.
DECORATE definition
ACTOR SurgeryCrab
{
  +SOLID
  +SPAWNCEILING
  +NOGRAVITY
  Radius 20
  Height 16
  States
  {
  Spawn:
    CRAB A -1
    Stop
  }
}