Merchant menu is updated through its update function, and does not access globally to the Game instance
This commit is contained in:
@ -7,6 +7,7 @@ from ..game import Game
|
||||
|
||||
|
||||
class MapDisplay(Display):
|
||||
map: Map
|
||||
|
||||
def __init__(self, *args):
|
||||
super().__init__(*args)
|
||||
|
Reference in New Issue
Block a user