Skip to content

Commit

Permalink
fix BACKBITER drop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
azabicki committed Feb 18, 2024
1 parent def6e29 commit 6f07475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doompy/rules_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def drop_traits(trait_idx, p, *args):
else:
dp = 0

case 'Backbitter':
case 'Backbiter':
# 3 self if_one_negative own
dp = 3 * any([f < 0
for f in status_df.iloc[trait_pile].face.values.tolist()
Expand Down

0 comments on commit 6f07475

Please sign in to comment.