v0.3.4: externalized almost all item names
This commit is contained in:
committed by
Evan Debenham
parent
0ca46e72cc
commit
c1aca208b4
@@ -259,7 +259,7 @@ public class MagesStaff extends MeleeWeapon {
|
||||
wand = (Wand) bundle.get(WAND);
|
||||
if (wand != null) {
|
||||
wand.maxCharges = Math.min(wand.maxCharges + 1, 10);
|
||||
name = wand.name().replace("Wand", "Staff");
|
||||
name = wand.name().replace("wand", "staff");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user