Skip to content

Commit

Permalink
add Hobo Sheep to list of familiars we use in non-adv.php locations (…
Browse files Browse the repository at this point in the history
…and fix a minor formatting issue).
  • Loading branch information
Malibu-Stacey committed Oct 22, 2024
1 parent a17a9b5 commit 8c0bbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE/scripts/autoscend/auto_familiar.ash
Original file line number Diff line number Diff line change
Expand Up @@ -445,13 +445,13 @@ boolean autoChooseFamiliar(location place)
{
if (get_property("auto_nonAdvLoc").to_boolean())
{
if (wantCubeling())
if (wantCubeling())
{
return handleFamiliar($familiar[Gelatinous Cubeling]);
}
else
{
foreach fam in $familiars[Mini Kiwi, Cookbookbat]
foreach fam in $familiars[Mini Kiwi, Cookbookbat, Hobo in Sheep's Clothing]
{
if (canChangeToFamiliar(fam))
{
Expand Down

0 comments on commit 8c0bbee

Please sign in to comment.