fix compatibility bug

This commit is contained in:
Shadow15510 2021-08-22 17:28:57 +02:00
parent 0a0046f195
commit a179fe75c5
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class Asci:
# Custom display function
elif key == 8:
self.screen.clear()
self._game_custom(*self.data, self.stat)
self._game_custom(self.data[0], self.data[1], self.data[2], self.data[3], self.stat)
# Quit
elif key == 9: