Set Catcher's name to 'catcher' so that it can be found by that name

This commit is contained in:
Chris Proctor
2025-12-17 08:42:53 -05:00
parent 51765051b1
commit 1631bef4c0

View File

@@ -8,7 +8,7 @@ class Catcher:
width = 7
display = False
pieces = []
name = "Player"
name = "catcher"
color = "white_on_indigo"
def __init__(self, position):