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

View File

@@ -110,7 +110,6 @@ export class PlayerObject extends Person implements IPlayer {
startFocusing = generalMethods.startFocusing;
startGang = gangMethods.startGang;
takeDamage = generalMethods.takeDamage;
travel = generalMethods.travel;
giveExploit = generalMethods.giveExploit;
giveAchievement = generalMethods.giveAchievement;
getCasinoWinnings = generalMethods.getCasinoWinnings;