Added Bootshine to the list of actions allowed
This commit is contained in:
parent
5fe5bd5a23
commit
18da3ddbb0
@ -868,7 +868,8 @@
|
|||||||
"Yellow Gulal",
|
"Yellow Gulal",
|
||||||
"Blue Gulal",
|
"Blue Gulal",
|
||||||
"Electric Flux",
|
"Electric Flux",
|
||||||
"Hop-step"
|
"Hop-step",
|
||||||
|
"Bootshine"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -23,5 +23,6 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
|
|||||||
{ EAction.BlueGulal, "Blue Gulal" },
|
{ EAction.BlueGulal, "Blue Gulal" },
|
||||||
{ EAction.ElectrixFlux, "Electric Flux" },
|
{ EAction.ElectrixFlux, "Electric Flux" },
|
||||||
{ EAction.HopStep, "Hop-step" },
|
{ EAction.HopStep, "Hop-step" },
|
||||||
|
{ EAction.Bootshine, "Bootshine" },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,7 @@ namespace Questionable.Model.Questing;
|
|||||||
public enum EAction
|
public enum EAction
|
||||||
{
|
{
|
||||||
HeavySwing = 31,
|
HeavySwing = 31,
|
||||||
|
Bootshine = 53,
|
||||||
HeavyShot = 97,
|
HeavyShot = 97,
|
||||||
Cure = 120,
|
Cure = 120,
|
||||||
Cure2 = 135,
|
Cure2 = 135,
|
||||||
|
Loading…
Reference in New Issue
Block a user