Skip to content

Commit

Permalink
Update VendingMachineRestockTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jul 11, 2023
1 parent f55c341 commit 2139478
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions Content.IntegrationTests/Tests/VendingMachineRestockTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2139478

Please sign in to comment.