Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Dec 7, 2024
1 parent 9ae36fc commit 0181b20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@
- MofficTranslator
- RCDAmmo #DeltaV
- RCD #EE
# WD EDIT START
- ClothingEyesNightVisionGoggles
- ClothingEyesThermalVisionGoggles
# WD EDIT END
- type: EmagLatheRecipes
emagDynamicRecipes:
- BoxBeanbag
Expand Down Expand Up @@ -1045,6 +1049,13 @@
- AdvancedRetractor
- OmnimedTool
- MedicalCyberneticEyes
- BluespaceBodyBag # WD
- NTBodyBag # WD
- PrisonerBodyBag # WD
- RadiationBodyBag # WD
- type: EmagLatheRecipes
emagDynamicRecipes:
- SyndicateBodyBag # WD
- type: Machine
board: MedicalTechFabCircuitboard
- type: StealTarget
Expand Down
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 43 files
+1 −1 MSBuild/Robust.Engine.Version.props
+1 −1 NetSerializer
+0 −34 RELEASE-NOTES.md
+0 −9 Resources/Locale/en-US/_engine_lib.ftl
+1 −2 Robust.Client/Audio/AudioSystem.cs
+1 −0 Robust.Client/GameStates/NetGraphOverlay.cs
+2 −11 Robust.Client/Graphics/Clyde/GLContext/GLContextWindow.cs
+4 −5 Robust.Client/Placement/Modes/AlignTileAny.cs
+6 −5 Robust.Client/Placement/Modes/AlignTileEmpty.cs
+3 −3 Robust.Client/Placement/PlacementManager.cs
+2 −3 Robust.Client/Placement/PlacementMode.cs
+3 −5 Robust.Client/UserInterface/Controls/BoxContainer.cs
+2 −2 Robust.Client/UserInterface/Controls/SpinBox.cs
+5 −8 Robust.Client/UserInterface/Controls/SplitContainer.cs
+5 −0 Robust.Client/UserInterface/CustomControls/TextEditRopeViz.cs
+0 −1 Robust.Client/UserInterface/UserInterfaceManager.Input.cs
+4 −11 Robust.Client/ViewVariables/Traits/ViewVariablesTraitMembers.cs
+1 −3 Robust.Server/Console/SystemConsoleManager.cs
+4 −4 Robust.Server/GameStates/PvsSystem.Chunks.cs
+2 −18 Robust.Server/Program.cs
+0 −8 Robust.Shared/CVars.cs
+5 −6 Robust.Shared/ContentPack/Sandbox.yml
+7 −3 Robust.Shared/GameObjects/Systems/SharedEyeSystem.cs
+2 −2 Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs
+0 −11 Robust.Shared/Localization/LocalizationManager.Functions.cs
+2 −3 Robust.Shared/Toolshed/Attributes.cs
+0 −11 Robust.Shared/Toolshed/Commands/Entities/WithCommand.cs
+1 −5 Robust.Shared/Toolshed/Commands/Generic/AsCommand.cs
+21 −19 Robust.Shared/Toolshed/ReflectionExtensions.cs
+2 −5 Robust.Shared/Toolshed/ToolshedCommand.Implementations.cs
+0 −25 Robust.Shared/Utility/FormattedMessage.cs
+2 −2 Robust.Shared/Utility/UniqueIndex.cs
+6 −3 Robust.Shared/Utility/UniqueIndexHkm.cs
+3 −4 Robust.UnitTesting/Shared/GameState/DeletionNetworkingTests.cs
+2 −3 Robust.UnitTesting/Shared/Map/GridCollision_Test.cs
+4 −6 Robust.UnitTesting/Shared/Map/GridContraction_Test.cs
+3 −4 Robust.UnitTesting/Shared/Map/GridFixtures_Tests.cs
+9 −9 Robust.UnitTesting/Shared/Map/GridRotation_Tests.cs
+4 −5 Robust.UnitTesting/Shared/Physics/BroadphaseNetworkingTest.cs
+3 −6 Robust.UnitTesting/Shared/Physics/CollisionWake_Test.cs
+2 −4 Robust.UnitTesting/Shared/Physics/GridMovement_Test.cs
+3 −5 Robust.UnitTesting/Shared/Physics/RecursiveUpdateTest.cs
+9 −17 Tools/package_client_build.py

0 comments on commit 0181b20

Please sign in to comment.