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!
A_Explode flag so it doesn't thrust
Moderator: GZDoom Developers
-
- Posts: 62
- Joined: Wed Dec 15, 2021 8:38 pm
- Graphics Processor: nVidia (Modern GZDoom)
-
- Posts: 8197
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Location: QZDoom Maintenance Team
Re: A_Explode flag so it doesn't thrust
Just turn on NODAMAGETHRUST flag before using it, and then turn it off if you need thrusting enabled again. Problem solved.
-
- Posts: 62
- Joined: Wed Dec 15, 2021 8:38 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: A_Explode flag so it doesn't thrust
Oh wow. Duh. Thank you! That helps a lot.Major Cooke wrote:Just turn on NODAMAGETHRUST flag before using it, and then turn it off if you need thrusting enabled again. Problem solved.