This commit is contained in:
Szymon Miś
2025-09-12 15:14:45 +02:00
parent 1feb126340
commit 959cc35c7d
2 changed files with 3 additions and 3 deletions

View File

@@ -1133,10 +1133,10 @@ MonoBehaviour:
openCloseWindow: 1
selectedToolbar: 0
_isDead: 0
_currentHealth: 225
_currentHealth: 250
isImmortal: 0
fillHealthOnStart: 1
maxHealth: 225
maxHealth: 250
healthRecovery: 0
healthRecoveryDelay: 0
currentHealthRecoveryDelay: 0

View File

@@ -4634,7 +4634,7 @@ MonoBehaviour:
_currentHealth: 300
isImmortal: 0
fillHealthOnStart: 1
maxHealth: 100
maxHealth: 300
healthRecovery: 0
healthRecoveryDelay: 0
currentHealthRecoveryDelay: 0