diff --git a/Source/relay/Guide/Paths/Avatar of West of Loathing.ash b/Source/relay/Guide/Paths/Avatar of West of Loathing.ash index 02851fe5..558da0b0 100644 --- a/Source/relay/Guide/Paths/Avatar of West of Loathing.ash +++ b/Source/relay/Guide/Paths/Avatar of West of Loathing.ash @@ -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: @@ -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)); } -} \ No newline at end of file +}