From: xangelo Date: Fri, 1 Sep 2023 17:14:04 +0000 (-0400) Subject: fix: add missing "Back to Town" button X-Git-Tag: v0.3.2~4 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=0752f706a651e502d667e18fd2e553ab2089f84c;p=risinglegends.git fix: add missing "Back to Town" button --- diff --git a/src/server/views/repair.ts b/src/server/views/repair.ts index a049f9c..9ba994b 100644 --- a/src/server/views/repair.ts +++ b/src/server/views/repair.ts @@ -74,7 +74,7 @@ export function renderRepairService(equipment: EquippedItemDetails[], player: Pl if(equipment.length === 0) { return ` ${City.Title(location.city_name)} - ${City.Details(location.name, `You don't have any equipment that needs repairing.`)} + ${City.Details(location.name, `You don't have any equipment that needs repairing.

${BackToTown()}`)} `; }