Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenVolf committed Aug 11, 2023
1 parent aa077a5 commit ec2a0b4
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public sealed class PostMapInitTest
{
"Dev",
"Fland",
"Meta",
"MetaStation",
"Packed",
"Aspid",
"Cluster",
Expand All @@ -55,7 +55,6 @@ public sealed class PostMapInitTest
"Origin",
"CentComm",
"Box",
"Barratry",
"Saltern",
"Core",
"Marathon",
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,13 +448,13 @@
netsync: false
- type: EmitSoundOnUse
sound:
path: /Audio/Voice/Moth/scream_moth.ogg
path: /Audio/Voice/Moth/moth_scream.ogg
- type: EmitSoundOnLand
sound:
path: /Audio/Voice/Moth/scream_moth.ogg
path: /Audio/Voice/Moth/moth_scream.ogg
- type: MeleeWeapon
soundHit:
path: /Audio/Voice/Moth/scream_moth.ogg
path: /Audio/Voice/Moth/moth_scream.ogg

- type: entity
parent: BasePlushie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@
reagents:
- ReagentId: Uranium
Quantity: 10
- type: Tag
tags:
- Sheet
- DroneUsable
- Uranium

- type: entity
parent: SheetUranium
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Objects/Materials/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@
- type: Appearance
- type: Item
heldPrefix: wood
- type: Tag
tags:
- DroneUsable
- RawMaterial
- Wood

- type: entity
parent: MaterialWoodPlank
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@
- Ingot
- Wood
- Uranium
- Gold

- type: entity
id: AmmoTechFab
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Voice/speech_sounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
- type: speechSounds
id: Mothroach_scream
saySound:
path: /Audio/Voice/Moth/scream_moth.ogg
path: /Audio/Voice/Moth/moth_scream.ogg
askSound:
path: /Audio/Voice/Moth/scream_moth.ogg
path: /Audio/Voice/Moth/moth_scream.ogg
exclaimSound:
path: /Audio/Voice/Moth/scream_moth.ogg
path: /Audio/Voice/Moth/moth_scream.ogg

- type: speechSounds
id: Squeak
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,12 @@
- type: Tag
id: Ingot

- type: Tag
id: Uranium

- type: Tag
id: Wood

- type: Tag
id: InstantDoAfters

Expand Down

0 comments on commit ec2a0b4

Please sign in to comment.