Added Bootshine to the list of actions allowed

pull/33/head
Plogon Enjoyer 2024-08-26 01:18:45 +08:00
parent 5fe5bd5a23
commit 18da3ddbb0
3 changed files with 4 additions and 1 deletions

View File

@ -868,7 +868,8 @@
"Yellow Gulal", "Yellow Gulal",
"Blue Gulal", "Blue Gulal",
"Electric Flux", "Electric Flux",
"Hop-step" "Hop-step",
"Bootshine"
] ]
} }
}, },

View File

@ -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" },
}; };
} }

View File

@ -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,