A_MageAttack

From ZDoom Wiki
Jump to navigation Jump to search

A_MageAttack

Shoots a volley of three MageStaffFX2 from the calling actor's position and a relative height of 40 map units and plays the sound "MageStaffFire" on the WEAPON channel. The middle missile is aimed directly at the calling actor's target, the two others are spread at angles of 5° on both sides. The three missiles each immediately begin seeking for enemies to home in with a logic similar to that of target acquisition by monsters, except it is blind to things behind a line.

This codepointer is restricted to MageBoss and derived classes.