TRAVEL: Unify implementation for Player and Sleeves (and some followup for #1365) (#1439)

This commit is contained in:
Snarling
2024-06-26 16:46:50 -08:00
committed by GitHub
parent abdf5f52cd
commit b597746343
6 changed files with 21 additions and 43 deletions
+1
View File
@@ -51,6 +51,7 @@ export abstract class Person implements IPerson {
regenerateHp = personMethods.regenerateHp;
updateSkillLevels = personMethods.updateSkillLevels;
hasAugmentation = personMethods.hasAugmentation;
travel = personMethods.travel;
calculateSkill = calculateSkill; //Class version is equal to imported version
/** Reset all multipliers to 1 */