PlayerCombatStats modified skills

This commit is contained in:
2025-01-23 21:00:27 -06:00
parent 475c0a9b09
commit 4c21159553
+1 -1
View File
@@ -570,7 +570,7 @@ public class PlayerCombatStats {
this.defense = Math.round(defense); this.defense = Math.round(defense);
} }
public static float calculateModifiedSkill(String skillName, PlayerCharacter pc, int baseSkill) { public static float calculateModifiedSkill(String skillName, PlayerCharacter pc) {
// Define the contribution percentages for intelligence and strength // Define the contribution percentages for intelligence and strength
CharacterSkill skill = null; CharacterSkill skill = null;
if (pc.skills.containsKey(skillName)) { if (pc.skills.containsKey(skillName)) {