mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-28 01:16:51 -04:00
[Bugfix] Skull house checks showing as 0 rupees in tracker (#6822)
This commit is contained in:
@@ -2073,7 +2073,7 @@ void DrawLocation(RandomizerCheck rc) {
|
||||
} else if (revealItemName) {
|
||||
txt = itemLoc->GetPlacedItem().GetName().GetForLanguage(gSaveContext.language);
|
||||
}
|
||||
if (IsVisibleInCheckTracker(rc) && status == RCSHOW_IDENTIFIED) {
|
||||
if (itemLoc->CanBePurchased() && IsVisibleInCheckTracker(rc) && status == RCSHOW_IDENTIFIED) {
|
||||
auto price = OTRGlobals::Instance->gRandoContext->GetItemLocation(rc)->GetPrice();
|
||||
txt = !txt.empty() ? fmt::format("{} - {}", txt, price) : fmt::format("{}", price);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user