v0.3.1: quickslot autotarget now targets the closet enemy in multi-enemy situations
This commit is contained in:
@@ -48,7 +48,7 @@ public class QuickSlotButton extends Button implements WndBag.Listener {
|
||||
private static Image crossM;
|
||||
|
||||
private static boolean targeting = false;
|
||||
private static Char lastTarget= null;
|
||||
public static Char lastTarget = null;
|
||||
|
||||
public QuickSlotButton( int slotNum ) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user