Skip to content

Commit

Permalink
Forever my hero.
Browse files Browse the repository at this point in the history
  • Loading branch information
gluesniffler committed Nov 24, 2024
1 parent 5c5ed5d commit 6e43a13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion Content.Shared/Medical/Surgery/Tools/BoneSetterComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
namespace Content.Shared.Medical.Surgery.Tools;

[RegisterComponent, NetworkedComponent]
public sealed partial class BoneSetterComponent : Component;
public sealed partial class BoneSetterComponent : Component, ISurgeryToolComponent
{
public string ToolName => "a bone setter";
public bool? Used { get; set; } = null;
[DataField]
public float Speed { get; set; } = 1f;
}
10 changes: 5 additions & 5 deletions Resources/Prototypes/Recipes/Lathes/robotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@
id: JawsOfLifeLeftArm
result: JawsOfLifeLeftArm
category: Robotics
completeTime: 5
completetime: 5
materials:
Steel: 1000
Glass: 500
Expand All @@ -673,7 +673,7 @@
id: JawsOfLifeRightArm
result: JawsOfLifeRightArm
category: Robotics
completeTime: 5
completetime: 5
materials:
Steel: 1000
Glass: 500
Expand All @@ -685,7 +685,7 @@
id: SpeedLeftLeg
result: SpeedLeftLeg
category: Robotics
completeTime: 5
completetime: 5
materials:
Steel: 1000
Glass: 500
Expand All @@ -697,7 +697,7 @@
id: SpeedRightLeg
result: SpeedRightLeg
category: Robotics
completeTime: 5
completetime: 5
materials:
Steel: 1000
Glass: 500
Expand All @@ -709,7 +709,7 @@
id: BasicCyberneticEyes
result: BasicCyberneticEyes
category: Robotics
completeTime: 5
completetime: 5
materials:
Steel: 1000
Glass: 500
Expand Down

0 comments on commit 6e43a13

Please sign in to comment.