v0.7.0: corrected wands not appearing in bones
This commit is contained in:
parent
defbf99bd1
commit
87626d1daf
|
@ -78,6 +78,7 @@ public abstract class Wand extends Item {
|
||||||
{
|
{
|
||||||
defaultAction = AC_ZAP;
|
defaultAction = AC_ZAP;
|
||||||
usesTargeting = true;
|
usesTargeting = true;
|
||||||
|
bones = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user