assorted fixes

This commit is contained in:
2024-05-02 19:27:07 -05:00
parent e8df9ef0ea
commit 679346383a
3 changed files with 15 additions and 3 deletions
+9
View File
@@ -977,7 +977,16 @@ public class PlayerCharacter extends AbstractCharacter {
switch (attrID) {
case MBServerStatics.RUNE_COST_ATTRIBUTE_ID:
switch(rb.getName()){
case "Born of the Ethyri":
case "Born of the Taripontor":
case "Born of the Gwendannen":
case "Born of the Invorri":
case "Born of the Irydnu":
value = 0;
break;
}
Logger.info("Bought " + rb.getName() + " for " + value + " points. "
+ (remainingPoints - value) + " left.");