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:
@@ -45,7 +45,10 @@ public class Honeypot extends Item {
|
||||
{
|
||||
name = "honeypot";
|
||||
image = ItemSpriteSheet.HONEYPOT;
|
||||
|
||||
defaultAction = AC_THROW;
|
||||
usesTargeting = true;
|
||||
|
||||
stackable = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user