Add travel
This commit is contained in:
parent
1c0a2124f0
commit
fa02c95c41
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ const onTravel = (text: string, roomId: string, sender: string) => {
|
||||||
`You're now travelling to ${travelLocation.name}. It will take you ${travelTime.toFixed(1)} hours`,
|
`You're now travelling to ${travelLocation.name}. It will take you ${travelTime.toFixed(1)} hours`,
|
||||||
);
|
);
|
||||||
|
|
||||||
startTravel(player, location.id, client, roomId);
|
startTravel(player, travelLocation.id, client, roomId);
|
||||||
};
|
};
|
||||||
|
|
||||||
export { registerModuleGame };
|
export { registerModuleGame };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue