Skip to content

Commit

Permalink
Merge branch 'main' into small_campground_gear
Browse files Browse the repository at this point in the history
  • Loading branch information
Alium58 authored Sep 13, 2023
2 parents 0605b5d + 204013f commit 0a8cf82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE/scripts/autoscend/auto_bedtime.ash
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ void bedtime_pulls_rollover_equip(float desirability)
if(!($slots[hat, weapon, off-hand, back, shirt, pants, acc1, familiar] contains sl)) continue; //exotic slot or not equip
if(!possessEquipment(it) && !canPull(it,true)) continue; //do not have it and can not pull it.
if(!auto_can_equip(it)) continue; //we can not equip it
string bonusOnlyForClass = string_modifier(it,"Class");
if(bonusOnlyForClass != "" && bonusOnlyForClass != my_class().to_string()) continue; //can't get benefit of it

if($slot[familiar] == sl && !pathHasFamiliar())
{
Expand Down

0 comments on commit 0a8cf82

Please sign in to comment.