Page 1 of 1

A_Explode flag so it doesn't thrust

Posted: Sat Dec 18, 2021 9:51 am
by Heisanevilgenius
A_Explode is sometimes useful for an attack that hurts enemies in a radius but isn't necessarily an "explosion" (such as radiation or a fire) so having a flag so it doesn't thrust would be really useful. Especially if actors are immune to that damage type, but they get pushed anyway. A fire elemental that walks into a flame and then gets constantly pushed away from it is not an ideal circumstance.

Thanks for your consideration!

Re: A_Explode flag so it doesn't thrust

Posted: Sun Dec 19, 2021 1:57 am
by Major Cooke
Just turn on NODAMAGETHRUST flag before using it, and then turn it off if you need thrusting enabled again. Problem solved.

Re: A_Explode flag so it doesn't thrust

Posted: Sun Dec 19, 2021 1:31 pm
by Heisanevilgenius
Major Cooke wrote:Just turn on NODAMAGETHRUST flag before using it, and then turn it off if you need thrusting enabled again. Problem solved.
Oh wow. Duh. Thank you! That helps a lot.