v0.3.5: first half of gladiator rework (new combo baseline, no finishers yet)
This commit is contained in:
@@ -70,8 +70,9 @@ public class ActionIndicator extends Tag {
|
||||
updateIcon();
|
||||
}
|
||||
|
||||
public static void clearAction(){
|
||||
action = null;
|
||||
public static void clearAction(Action action){
|
||||
if (ActionIndicator.action == action)
|
||||
ActionIndicator.action = null;
|
||||
}
|
||||
|
||||
public static void updateIcon(){
|
||||
|
||||
Reference in New Issue
Block a user