irekei movepseed

This commit is contained in:
2025-01-04 13:33:34 -06:00
parent 20bd7a82af
commit e3b42a8ad9
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -3161,6 +3161,8 @@ public class PlayerCharacter extends AbstractCharacter {
// TODO get equip bonus
this.update(false);
if(this.getRaceID() == 2013 || this.getRaceID() == 2014)
bonus -= 0.1f;
this.speedMod = bonus;
}