Skip to content

Commit

Permalink
Update to real Roman Candelabra images
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcoppa committed Jul 10, 2024
1 parent bbf3617 commit af9fb20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void IOTMRomanCandelabraGenerateTasks(ChecklistEntry [int] task_entries, Checkli
else {
description.listAppend(HTMLGenerateSpanFont("Candelbra equipped", "blue"));
}
task_entries.listAppend(ChecklistEntryMake("__item Abracandalabra", url, ChecklistSubentryMake("Roman Candelabra runaway available!", "", description), -11));
task_entries.listAppend(ChecklistEntryMake("__item Roman Candelabra", url, ChecklistSubentryMake("Roman Candelabra runaway available!", "", description), -11));
}

// Purple people beater
Expand All @@ -32,6 +32,6 @@ void IOTMRomanCandelabraGenerateTasks(ChecklistEntry [int] task_entries, Checkli
{
description.listAppend(HTMLGenerateSpanFont("Candelbra equipped", "blue"));
}
task_entries.listAppend(ChecklistEntryMake("__item Abracandalabra", url, ChecklistSubentryMake("Roman Candelabra copy available!", "", description), -11));
task_entries.listAppend(ChecklistEntryMake("__item Roman Candelabra", url, ChecklistSubentryMake("Roman Candelabra copy available!", "", description), -11));
}
}

0 comments on commit af9fb20

Please sign in to comment.