From 8d7e8f4fc902641d881702492281d9f6fe7914f3 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Tue, 9 Feb 2021 14:50:55 +0100 Subject: [PATCH] Remove outdated critical and dead thresholds from test prototypes (#3108) --- Content.IntegrationTests/Tests/Commands/RejuvenateTest.cs | 2 -- Content.IntegrationTests/Tests/Disposal/DisposalUnitTest.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/Content.IntegrationTests/Tests/Commands/RejuvenateTest.cs b/Content.IntegrationTests/Tests/Commands/RejuvenateTest.cs index 3a6013df74..98f940702a 100644 --- a/Content.IntegrationTests/Tests/Commands/RejuvenateTest.cs +++ b/Content.IntegrationTests/Tests/Commands/RejuvenateTest.cs @@ -22,8 +22,6 @@ namespace Content.IntegrationTests.Tests.Commands components: - type: Damageable damagePrototype: biologicalDamageContainer - criticalThreshold: 100 - deadThreshold: 200 - type: MobState thresholds: 0: !type:NormalMobState {} diff --git a/Content.IntegrationTests/Tests/Disposal/DisposalUnitTest.cs b/Content.IntegrationTests/Tests/Disposal/DisposalUnitTest.cs index 83add9783e..cd87219e92 100644 --- a/Content.IntegrationTests/Tests/Disposal/DisposalUnitTest.cs +++ b/Content.IntegrationTests/Tests/Disposal/DisposalUnitTest.cs @@ -66,8 +66,6 @@ namespace Content.IntegrationTests.Tests.Disposal components: - type: Damageable damagePrototype: biologicalDamageContainer - criticalThreshold: 100 - deadThreshold: 200 - type: entity name: WrenchDummy