Classes:ShortBush
		
		
		
		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: 
 | 
| Short bush | |||
|---|---|---|---|
| Actor type | Vegetation | Game |  (Strife) | 
| DoomEd Number | 60 | Class Name | ShortBush | 
| Conversation ID | 270 | Puzzle Item ID | N/A | 
Classes: ShortBush
This actor needs a description.
DECORATE definition
ACTOR ShortBush
{
  Radius 15
  Height 40
  +SOLID
  States
  {
  Spawn:
    BUSH A -1
    Stop
  }
}