Remove outdated critical and dead thresholds from test prototypes (#3108)

This commit is contained in:
DrSmugleaf
2021-02-09 14:50:55 +01:00
committed by GitHub
parent 15f05b565a
commit 8d7e8f4fc9
2 changed files with 0 additions and 4 deletions

View File

@@ -22,8 +22,6 @@ namespace Content.IntegrationTests.Tests.Commands
components: components:
- type: Damageable - type: Damageable
damagePrototype: biologicalDamageContainer damagePrototype: biologicalDamageContainer
criticalThreshold: 100
deadThreshold: 200
- type: MobState - type: MobState
thresholds: thresholds:
0: !type:NormalMobState {} 0: !type:NormalMobState {}

View File

@@ -66,8 +66,6 @@ namespace Content.IntegrationTests.Tests.Disposal
components: components:
- type: Damageable - type: Damageable
damagePrototype: biologicalDamageContainer damagePrototype: biologicalDamageContainer
criticalThreshold: 100
deadThreshold: 200
- type: entity - type: entity
name: WrenchDummy name: WrenchDummy