Classes:PickupFlash
		
		
		
		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:
  | 
| Artifact pickup flash | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | PickupFlash | 
Classes: PickupFlash
The blue effect that appears upon picking up Heretic or Hexen artifacts.
DECORATE definition
ACTOR PickupFlash
{
  +NOGRAVITY
  States
  {
  Spawn:
    ACLO DCDCBCBABA 3
    Stop
  }
}