Remove outdated critical and dead thresholds from test prototypes (#3108)
This commit is contained in:
@@ -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 {}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user