diff --git a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs index 9f2bb858b57..d225c1e186c 100644 --- a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs +++ b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs @@ -89,43 +89,43 @@ public sealed class VendingMachineRestockTest : EntitySystem canRestock: - BigTestInventory -- type: entity - parent: SecuredVendingMachineRestock - id: TestRestockWrong - name: TestRestockWrong - components: - - type: VendingMachineRestock - canRestock: - - OtherTestInventory - -- type: entity - parent: SecuredVendingMachineRestock - id: TestRestockCorrect - name: TestRestockCorrect - components: - - type: VendingMachineRestock - canRestock: - - TestInventory - -- type: entity - parent: SecuredVendingMachineRestock - id: TestRestockExplode - name: TestRestockExplode - components: - - type: Damageable - damageContainer: Inorganic - damageModifierSet: Metallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 20 - behaviors: - - !type:DoActsBehavior - acts: [ 'Destruction' ] - - type: VendingMachineRestock - canRestock: - - BigTestInventory +#- type: entity +# parent: SecuredVendingMachineRestock +# id: TestRestockWrong +# name: TestRestockWrong +# components: +# - type: VendingMachineRestock +# canRestock: +# - OtherTestInventory + +#- type: entity +# parent: SecuredVendingMachineRestock +# id: TestRestockCorrect +# name: TestRestockCorrect +# components: +# - type: VendingMachineRestock +# canRestock: +# - TestInventory + +#- type: entity +# parent: SecuredVendingMachineRestock +# id: TestRestockExplode +# name: TestRestockExplode +# components: +# - type: Damageable +# damageContainer: Inorganic +# damageModifierSet: Metallic +# - type: Destructible +# thresholds: +# - trigger: +# !type:DamageTrigger +# damage: 20 +# behaviors: +# - !type:DoActsBehavior +# acts: [ 'Destruction' ] +# - type: VendingMachineRestock +# canRestock: +# - BigTestInventory - type: entity parent: VendingMachine