Skip to content

Commit 892f8dd

Browse files
committed
typos
1 parent b0f7423 commit 892f8dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Source/relay/TourGuide/Items of the Month/2023/Jill of all Trades.ash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ void IOTMJillMapGenerateTask(ChecklistEntry [int] task_entries, ChecklistEntry [
3333
if (fightsParsed == 0 && usedMap) {
3434
main_title = "Visit your Trick-or-Treat block!";
3535
string url = "place.php?whichplace=town&action=town_trickortreat";
36-
description.append("Might have a star house... 👀");
36+
description.listAppend("Might have a star house... 👀");
3737
}
3838

3939
if (fightsParsed == 0 && !usedMap) {
40-
description.append("Use your map for five free fights & some candy!");
40+
description.listAppend("Use your map for five free fights & some candy!");
4141
}
4242

4343
optional_task_entries.listAppend(ChecklistEntryMake("__item plastic pumpkin bucket", url, ChecklistSubentryMake(main_title, "", description), 7).ChecklistEntrySetIDTag("map to a candy-rich block"));

Source/relay/TourGuide/Sets/Misc Items.ash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ void SMiscItemsGenerateTasks(ChecklistEntry [int] task_entries, ChecklistEntry [
103103
iotmWorksheds.listAppend($item[cold medicine cabinet]);
104104
iotmWorksheds.listAppend($item[model train set]);
105105
iotmWorksheds.listAppend($item[TakerSpace letter of Marque]);
106-
106+
107107
item workshedInCampground = $item[none];
108108

109-
foreach it in iotmWorkshed {
109+
foreach it in iotmWorksheds {
110110
if (__campground[it] > 0) {
111111
workshedInCampground = it;
112112
description.listAppend("Currently have "+HTMLGenerateSpanOfClass(it.to_string(),"r_bold")+" in your shed, for "+shedDesc[it]);

0 commit comments

Comments
 (0)