Changed Iron Grip slightly. Tweaked Inspect to prevent same bug with {0}

showing up in front of power level.
This commit is contained in:
GJ
2012-04-19 09:32:14 -04:00
parent e3267f2e0c
commit 4f1ee03fe8
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ public class UnarmedCommand implements CommandExecutor {
percentage = "33.3";
if (PP.getSkillLevel(SkillType.UNARMED) < 1000)
arrowpercentage = String.valueOf(((skillvalue / 1000) * 100) / 2);
arrowpercentage = String.valueOf((skillvalue / 2000) * 100);
else
arrowpercentage = "50";