Skip to content

Commit

Permalink
remove extra tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Alium58 committed Sep 12, 2023
1 parent 24c9c06 commit 82578fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_bedtime.ash
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ void bedtime_pulls_rollover_equip(float desirability)
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()) continue; //can't get benefit of it
if(bonusOnlyForClass != "" && bonusOnlyForClass != my_class()) continue; //can't get benefit of it

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

0 comments on commit 82578fe

Please sign in to comment.