You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: DFA will only refund an action meaning it will not work with abilities such as rapid fire where the bonus shots do not technically cost an action and thus will not refund. This will also only trigger if the soldier's turn ends or do not have actions. This matters in cases like Light Em Up which allows you to fire without ending your turn and will not refund the action.
Proposal: Since this ability is similar to abilities like Hit N Run where it simply grants a single action when the condition is met, I feel like it makes sense to have DFA behave the same as well. This will allow the first issue to trigger as any kill will result in the action granted and the second issue to also work as it grants an action without having to check for the other conditions which don't really make sense in terms of how its described.
It checks if out of AP, and if the ability had AP beforehand, preventing it from triggering off of free actions. Not sure if there's a better way to get context from the previous stage of abilities without just hardcoding exceptions.
Issue: DFA will only refund an action meaning it will not work with abilities such as rapid fire where the bonus shots do not technically cost an action and thus will not refund. This will also only trigger if the soldier's turn ends or do not have actions. This matters in cases like Light Em Up which allows you to fire without ending your turn and will not refund the action.
Proposal: Since this ability is similar to abilities like Hit N Run where it simply grants a single action when the condition is met, I feel like it makes sense to have DFA behave the same as well. This will allow the first issue to trigger as any kill will result in the action granted and the second issue to also work as it grants an action without having to check for the other conditions which don't really make sense in terms of how its described.
modlist:
lwotc.txt
The text was updated successfully, but these errors were encountered: