Add gestion of None type event

This commit is contained in:
Shadow15510 2021-11-14 16:07:11 +01:00
parent 8263968b45
commit e02c1e255b
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class Asci:
# Get the event
event = self._game_events_mapping[cell_content](data_copy, self.stat)
if not event: return
event = read_event(self.data[0], event)
# data modification