v0.7.0: corrected wands not appearing in bones

This commit is contained in:
Evan Debenham 2018-09-18 05:51:30 -04:00
parent defbf99bd1
commit 87626d1daf

View File

@ -78,6 +78,7 @@ public abstract class Wand extends Item {
{ {
defaultAction = AC_ZAP; defaultAction = AC_ZAP;
usesTargeting = true; usesTargeting = true;
bones = true;
} }
@Override @Override