minor fixes

This commit is contained in:
Shadow15510 2021-08-30 14:53:51 +02:00
parent 6e2926d288
commit 3bf06c14f0
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ class Asci:
self.data[0] = fake_data[0]
self.data[1] = fake_data[1]
if fake_data[2] != x: self.data[2] = fake_data[2]
if fake_data[3] != y: self.data[3] = fake_data[3]
# XP and stat modification
self.data[0] += event.xp_earned