forked from liza/Questionable
Added Bootshine to the list of actions allowed
This commit is contained in:
parent
da3f1acf54
commit
2ffbbd30d5
@ -851,7 +851,8 @@
|
||||
"Yellow Gulal",
|
||||
"Blue Gulal",
|
||||
"Electric Flux",
|
||||
"Hop-step"
|
||||
"Hop-step",
|
||||
"Bootshine"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -22,5 +22,6 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
|
||||
{ EAction.BlueGulal, "Blue Gulal" },
|
||||
{ EAction.ElectrixFlux, "Electric Flux" },
|
||||
{ EAction.HopStep, "Hop-step" },
|
||||
{ EAction.Bootshine, "Bootshine" },
|
||||
};
|
||||
}
|
||||
|
@ -7,6 +7,7 @@ namespace Questionable.Model.Questing;
|
||||
public enum EAction
|
||||
{
|
||||
HeavySwing = 31,
|
||||
Bootshine = 53
|
||||
HeavyShot = 97,
|
||||
Cure = 120,
|
||||
Esuna = 7568,
|
||||
@ -54,6 +55,7 @@ public static class EActionExtensions
|
||||
or EAction.YellowGulal
|
||||
or EAction.BlueGulal
|
||||
or EAction.ElectrixFlux
|
||||
or EAction.HopStep;
|
||||
or EAction.HopStep
|
||||
or EAction.Bootshine;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user