Fixed minor bug with Vampirism notification

This commit is contained in:
bm01
2012-06-14 00:48:40 +02:00
parent 9f65e5a9ab
commit 4a0d9a96ab
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class Hardcore {
if(newValue <= 0)
newValue = 1;
totalCount+=1;
totalCount += newValue;
PPk.modifySkill(st, newValue+PPk.getSkillLevel(st));
PPd.modifySkill(st, PPd.getSkillLevel(st)-newValue);