Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/relay/Guide/Quests/Level 11.ash
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void QLevel11BaseGenerateTasks(ChecklistEntry [int] task_entries, ChecklistEntry
image_name = "__item forged identification documents";
url = "shop.php?whichshop=blackmarket";
subentry.entries.listAppend("From the black market");
if ($item[can of black paint].available_amount() == 0)
if ($item[can of black paint].available_amount() == 0 && my_path_id() != PATH_ACTUALLY_ED_THE_UNDYING)
subentry.entries.listAppend("Also buy a can of black paint while you're there, for the desert quest.");
}
else
Expand Down Expand Up @@ -224,4 +224,4 @@ void QLevel11GenerateTasks(ChecklistEntry [int] task_entries, ChecklistEntry [in
QLevel11PyramidGenerateTasks(task_entries, optional_task_entries, future_task_entries);
QLevel11HiddenCityGenerateTasks(task_entries, optional_task_entries, future_task_entries);
QLevel11HiddenTempleGenerateTasks(task_entries, optional_task_entries, future_task_entries);
}
}