Skip to content

Commit 253326d

Browse files
committed
Merge branch 'part-2' into part-3
2 parents 38df15d + b274701 commit 253326d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game/states.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from game.tags import IsItem, IsPlayer
1818

1919

20-
@attrs.define(eq=False)
20+
@attrs.define()
2121
class InGame(State):
2222
"""Primary in-game state."""
2323

0 commit comments

Comments
 (0)