From 791e21f0b1b7237938d92f97db1e614f591cee92 Mon Sep 17 00:00:00 2001 From: Aaron McGuire Date: Sat, 5 Aug 2023 00:21:08 -0400 Subject: [PATCH] fixing kramco thing for zinc --- .../Items of the Month/2019/Kramco Sausage-o-Matic.ash | 2 +- Source/relay/TourGuide/Support/IOTMs.ash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/relay/TourGuide/Items of the Month/2019/Kramco Sausage-o-Matic.ash b/Source/relay/TourGuide/Items of the Month/2019/Kramco Sausage-o-Matic.ash index 2fd83cc0..85edd140 100644 --- a/Source/relay/TourGuide/Items of the Month/2019/Kramco Sausage-o-Matic.ash +++ b/Source/relay/TourGuide/Items of the Month/2019/Kramco Sausage-o-Matic.ash @@ -31,7 +31,7 @@ void IOTMKramcoSausageOMaticGenerateTasks(ChecklistEntry [int] task_entries, Che RegisterResourceGenerationFunction("IOTMKramcoSausageOMaticGenerateResource"); void IOTMKramcoSausageOMaticGenerateResource(ChecklistEntry [int] resource_entries) { - if (!__iotms_usable[lookupItem("Kramco Sausage-o-Matic ™")] || my_path().id == PATH_LIVE_ASCEND_REPEAT) return; + if (!__iotms_usable[lookupItem("Kramco Sausage-o-Matic™")] || my_path().id == PATH_LIVE_ASCEND_REPEAT) return; ChecklistEntry entry; entry.image_lookup_name = "__item Kramco Sausage-o-Matic™"; diff --git a/Source/relay/TourGuide/Support/IOTMs.ash b/Source/relay/TourGuide/Support/IOTMs.ash index c7928900..67a38e71 100644 --- a/Source/relay/TourGuide/Support/IOTMs.ash +++ b/Source/relay/TourGuide/Support/IOTMs.ash @@ -255,7 +255,7 @@ void initialiseIOTMsUsable() __iotms_usable[$item[Neverending Party invitation envelope]] = true; # handled in own tile // 2019 - replicaCheck("Kramco Sausage-o-Matic ™"); # handled in own tile + replicaCheck("Kramco Sausage-o-Matic™"); # handled in own tile replicaCheck("Fourth of May Cosplay Saber"); # handled in own tile & lvl 12 replicaCheck("hewn moon-rune spoon"); # handled in own tile