Fix xenos not changing sprites when going into crit or dying (#1854)

This commit is contained in:
DrSmugleaf
2020-08-22 15:51:35 +02:00
committed by GitHub
parent c87a8d5b51
commit 092dd7c946
8 changed files with 34 additions and 18 deletions

View File

@@ -42,6 +42,7 @@
- type: Damageable
criticalThreshold: 50
deadThreshold: 100
- type: MobStateManager
- type: HeatResistance
- type: CombatMode
- type: Teleportable

View File

@@ -37,6 +37,7 @@
- type: Damageable
criticalThreshold: 50
deadThreshold: 100
- type: MobStateManager
- type: HeatResistance
- type: CombatMode
- type: Teleportable

View File

@@ -34,6 +34,7 @@
- type: Damageable
criticalThreshold: 50
deadThreshold: 100
- type: MobStateManager
- type: HeatResistance
- type: CombatMode
- type: Teleportable

View File

@@ -39,6 +39,7 @@
- type: Damageable
criticalThreshold: 150
deadThreshold: 200
- type: MobStateManager
- type: Metabolism
- type: MobStateManager
- type: HeatResistance