v0.3.1a: cleaned up quickslot autotargeting:
- quickslots will now only autotarget enemies they can actually auto-aim for. - cleaned up code for determining which items should use targeting
This commit is contained in:
@@ -66,6 +66,7 @@ public class Item implements Bundlable {
|
||||
public static final String AC_THROW = "THROW";
|
||||
|
||||
public String defaultAction;
|
||||
public boolean usesTargeting;
|
||||
|
||||
protected String name = "smth";
|
||||
public int image = 0;
|
||||
|
||||
Reference in New Issue
Block a user