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/Paths/Avatar of West of Loathing.ash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RegisterResourceGenerationFunction("PathAvatarOfWestOfLoathingGenerateResource");
void PathAvatarOfWestOfLoathingGenerateResource(ChecklistEntry [int] resource_entries)
{
if (my_path_id() != PATH_AVATAR_OF_WEST_OF_LOATHING)
if ((my_path_id() != PATH_AVATAR_OF_WEST_OF_LOATHING) && (my_class() != lookupClass("Snake Oiler")) && (my_class() != lookupClass("Beanslinger")) && (my_class() != lookupClass("Cow Puncher")))
return;

//Oils:
Expand Down Expand Up @@ -197,4 +197,4 @@ void PathAvatarOfWestOfLoathingGenerateTasks(ChecklistEntry [int] task_entries,
{
task_entries.listAppend(ChecklistEntryMake("__effect Cowrruption", "inventory.php?which=3", ChecklistSubentryMake("Use corrupted marrow", "", "+200% weapon damage/spell damage"), -11));
}
}
}