Skip to content

Commit

Permalink
fixing kramco thing for zinc
Browse files Browse the repository at this point in the history
  • Loading branch information
docrostov committed Aug 5, 2023
1 parent 1f65771 commit 791e21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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™";
Expand Down
2 changes: 1 addition & 1 deletion Source/relay/TourGuide/Support/IOTMs.ash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 791e21f

Please sign in to comment.