v0.6.5c: removed an incorrect comment in scimiar

This commit is contained in:
Evan Debenham
2018-05-17 20:10:49 -04:00
parent 87ead62ff1
commit ca34897baf

View File

@@ -35,7 +35,7 @@ public class Scimitar extends MeleeWeapon {
@Override
public int max(int lvl) {
return 4*(tier+1) + //16 base, down from 20
lvl*(tier+1); //+1 per level, down from +2
lvl*(tier+1); //scaling unchanged
}
}