Skip to content

Commit

Permalink
fix: use Mafia's knowledge of watches (#1542)
Browse files Browse the repository at this point in the history
The function was missing baywatch.
  • Loading branch information
midgleyc authored Jan 13, 2025
1 parent 9a16fce commit a9e2cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_equipment.ash
Original file line number Diff line number Diff line change
Expand Up @@ -1254,5 +1254,5 @@ boolean auto_forceEquipSword() {
boolean is_watch(item it)
{
//watches are accessories that conflict with each other. you can only equip one watch total.
return $items[dead guy's memento, dead guy's watch, Counterclockwise Watch, glow-in-the-dark wristwatch, grandfather watch, imitation nice watch, wristwatch of the white knight, Crimbolex watch, Sasq™ watch] contains it;
return boolean_modifier(it, $modifier[Nonstackable Watch]);
}

0 comments on commit a9e2cc7

Please sign in to comment.