Classes:StaffPuff
		
		
		
		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: 
 | 
| Staff puff | |||
|---|---|---|---|
| Actor type | Explosive | Game |  (Heretic) | 
| DoomEd Number | None | Class Name | StaffPuff | 
Classes: StaffPuff
 →BeakPuff
Impact puff from Corvus's staff.
DECORATE definition
ACTOR StaffPuff
{
  RenderStyle Translucent
  Alpha 0.4
  VSpeed 1
  +NOBLOCKMAP
  +NOGRAVITY
  +PUFFONACTORS
  AttackSound "weapons/staffhit"
  States
  {
  Spawn:
    PUF3 A 4 Bright
    PUF3 BCD 4
    Stop
  }
}