4
0
Fork 0

Patch bug plus de vie dans les flammes

This commit is contained in:
rick 2020-12-06 20:47:45 +01:00
parent cf4a4fc673
commit 80d874f4de
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
hit(self, other);
if (other.inv == 0) {
hit(self, other);
other.inv = 30;
}