Remove outdated critical and dead thresholds from test prototypes (#3108)
This commit is contained in:
parent
15f05b565a
commit
8d7e8f4fc9
|
|
@ -22,8 +22,6 @@ namespace Content.IntegrationTests.Tests.Commands
|
|||
components:
|
||||
- type: Damageable
|
||||
damagePrototype: biologicalDamageContainer
|
||||
criticalThreshold: 100
|
||||
deadThreshold: 200
|
||||
- type: MobState
|
||||
thresholds:
|
||||
0: !type:NormalMobState {}
|
||||
|
|
|
|||
|
|
@ -66,8 +66,6 @@ namespace Content.IntegrationTests.Tests.Disposal
|
|||
components:
|
||||
- type: Damageable
|
||||
damagePrototype: biologicalDamageContainer
|
||||
criticalThreshold: 100
|
||||
deadThreshold: 200
|
||||
|
||||
- type: entity
|
||||
name: WrenchDummy
|
||||
|
|
|
|||
Loading…
Reference in New Issue