A_UnSetReflectiveInvulnerable
		
		
		
		Jump to navigation
		Jump to search
		
A_UnSetReflectiveInvulnerable
(no parameters)
Makes the calling actor vulnerable and makes him no longer reflect missiles.
Examples
This function is used by Hexen's Centaur in its Pain state:
Pain: CENT G 6 A_Pain CENT G 6 A_SetReflectiveInvulnerable CENT EEE 15 A_CentaurDefend CENT E 1 A_UnSetReflectiveInvulnerable Goto See