dr-scripts
dr-scripts copied to clipboard
[script] [combat-trainer] Don't face/engage when using Innocence
Adds a new is_engaging_allowed?
gamestate which is honored by preventing any action that would require a face
or engage
. This prevents empaths from breaking Innocence (e.g. when manipulating and/or using GS)
How about treating Innocence like we treat Absolution? Currently the undead
argument triggers checks for Absolution, and prevents attacks without the spell cast. It seems consistent to keep that workflow? The it's a more deliberate action on the part of the user, setting the argument in their hunting_info
section like we would construct
or undead
and not just "Oh, is Innocence up?"
The it's a more deliberate action on the part of the user, setting the argument in their
hunting_info
section like we wouldconstruct
orundead
and not just "Oh, is Innocence up?"
That makes a lot of sense. When I'm defining the hunt I should know that I plan to be using Innocence and I don't want to be dancing to break it.
Any other thoughts here?
Any other thoughts here?
If you can clean/resolve any pending comments, and if it's in a place to be re-reviewed, tag us for review?
I'll smoke test this today and if no errors, will merge.