Skip to content

Commit

Permalink
Dieting pill isn't pluralized
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Nov 6, 2024
1 parent 5df041e commit 3046750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_familiar.ash
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ boolean autoChooseFamiliar(location place)
if (place == auto_availableBrickRift()) {
famChoice = lookupFamiliarDatafile("item"); // get more shadow bricks
}
if ($location[The Defiled Cranny] == place && auto_turbo() && item_amount($item[dieting pills]) + get_property("auto_dietpills").to_int() < 3)
if ($location[The Defiled Cranny] == place && auto_turbo() && item_amount($item[dieting pill]) + get_property("auto_dietpills").to_int() < 3)
{
famChoice = lookupFamiliarDatafile("item"); // get dieting pills faster if in turbo
}
Expand Down

0 comments on commit 3046750

Please sign in to comment.