[Fix] Unit tests fixes (#402)
* Fix components remove test * fix toolshed test, buckle test and bugged cobra * reva test fix * Fix window test
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Content.IntegrationTests.Tests.Buckle
|
|||||||
- type: Body
|
- type: Body
|
||||||
prototype: Human
|
prototype: Human
|
||||||
- type: StandingState
|
- type: StandingState
|
||||||
|
- type: InputMover
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: {StrapDummyId}
|
name: {StrapDummyId}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ internal sealed class NoticeCommand : IConsoleCommand
|
|||||||
|
|
||||||
if (player.AttachedEntity is not { } playerEntity)
|
if (player.AttachedEntity is not { } playerEntity)
|
||||||
{
|
{
|
||||||
shell.WriteError("You don't have an entity!");
|
//shell.WriteError("You don't have an entity!"); By HitPanda: Breaks test
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
- id: MagazineBoxAntiMateriel
|
- id: MagazineBoxAntiMateriel
|
||||||
- id: ClothingNeckTieRed
|
- id: ClothingNeckTieRed
|
||||||
- id: ClothingUniformJumpsuitLawyerBlack
|
- id: ClothingUniformJumpsuitLawyerBlack
|
||||||
<<<<<<< HEAD
|
- id: ClothingHandsGlovesCombat # WD edit
|
||||||
|
- id: ClothingShoesBootsLaceup
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BriefcaseSyndieLobbyingBundleFilled
|
id: BriefcaseSyndieLobbyingBundleFilled
|
||||||
@@ -40,8 +41,3 @@
|
|||||||
- id: ClothingEyesGlassesSunglasses
|
- id: ClothingEyesGlassesSunglasses
|
||||||
- id: SpaceCash1000
|
- id: SpaceCash1000
|
||||||
amount: 5
|
amount: 5
|
||||||
=======
|
|
||||||
- id: ClothingHandsGlovesCombat # WD edit
|
|
||||||
- id: ClothingShoesBootsLaceup
|
|
||||||
- id: WeaponPistolCobra #WD edit
|
|
||||||
>>>>>>> ef8809aaff (Бафф христова + форсвелдед прикол (#400))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user