test fixes

This commit is contained in:
Galactic Chimp
2021-07-31 21:01:03 +02:00
parent 10baebae79
commit aa7606cf42

View File

@@ -1,4 +1,4 @@
namespace Content.IntegrationTests.Tests.Destructible namespace Content.IntegrationTests.Tests.Destructible
{ {
public static class DestructibleTestPrototypes public static class DestructibleTestPrototypes
{ {
@@ -30,7 +30,8 @@
triggersOnce: false triggersOnce: false
behaviors: behaviors:
- !type:PlaySoundBehavior - !type:PlaySoundBehavior
sound: /Audio/Effects/woodhit.ogg sound:
path: /Audio/Effects/woodhit.ogg
- !type:SpawnEntitiesBehavior - !type:SpawnEntitiesBehavior
spawn: spawn:
{SpawnedEntityId}: {SpawnedEntityId}:
@@ -52,7 +53,8 @@
damage: 50 damage: 50
behaviors: behaviors:
- !type:PlaySoundBehavior - !type:PlaySoundBehavior
sound: /Audio/Effects/woodhit.ogg sound:
path: /Audio/Effects/woodhit.ogg
- !type:SpawnEntitiesBehavior - !type:SpawnEntitiesBehavior
spawn: spawn:
{SpawnedEntityId}: {SpawnedEntityId}: