Skip to content

Commit

Permalink
accidental copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
docrostov committed Mar 2, 2024
1 parent 37e4293 commit cb6dbfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/relay/TourGuide/Support/IOTMs.ash
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void initialiseIOTMsUsable()
if (__campground[lookupItem("Little Geneticist DNA-Splicing Lab")] > 0)
__iotms_usable[lookupItem("Little Geneticist DNA-Splicing Lab")] = true;
if (__campground[lookupItem("Replica Little Geneticist DNA-Splicing Lab")] > 0)
__[lookupItem("Little Geneticist DNA-Splicing Lab")] = true;
__iotms_usable[lookupItem("Little Geneticist DNA-Splicing Lab")] = true;

// __iotms_usable for gardens tracks whether the user has the garden installed.
// Gardens start returning 0 instead of 1 when the items are picked, so checking
Expand Down Expand Up @@ -145,8 +145,8 @@ void initialiseIOTMsUsable()
__iotms_usable[lookupItem("Clan Carnival Game")] = true;
__iotms_usable[$item[clan floundry]] = true;
}
if (lookupItem("candy cane sword cane").available_amount() > 0) //Mar 2021

if (lookupItem("candy cane sword cane").available_amount() > 0) //Dec 2023
__iotms_usable[lookupItem("candy cane sword cane")] = true;

//Can't use many things in G-Lover
Expand Down

0 comments on commit cb6dbfd

Please sign in to comment.