Skip to content

Commit

Permalink
dj khaled
Browse files Browse the repository at this point in the history
  • Loading branch information
Malibu-Stacey committed Sep 14, 2023
1 parent 8c1c83c commit 8ffdbcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE/scripts/autoscend/auto_util.ash
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,15 @@ boolean cloverUsageInit(boolean override)
if(auto_haveAugustScepter() && get_property("_augSkillsCast").to_int() < 5 && !get_property("_aug2Cast").to_boolean())
{
use_skill($skill[Aug. 2nd: Find an Eleven-Leaf Clover Day]);
if(have_effect($effect[Lucky!]) > 0)
{
auto_log_info("Clover usage initialized");
return true;
}
else
{
auto_log_warning("Did not acquire Lucky! after casting Aug. 2nd: Find an Eleven-Leaf Clover Day!");
}
}

//use Astral Energy Drinks if we have room
Expand Down

0 comments on commit 8ffdbcf

Please sign in to comment.