Add tethergun lathe recipe (#16551)

This commit is contained in:
metalgearsloth
2023-05-18 12:07:10 +10:00
committed by GitHub
parent 775258be52
commit 3c3762f2ee
3 changed files with 22 additions and 13 deletions

View File

@@ -247,7 +247,7 @@ public abstract class SharedTetherGunSystem : EntitySystem
_appearance.SetData(gunUid, TetherVisualsStatus.Key, false, appearance);
_appearance.SetData(gunUid, ToggleableLightVisuals.Enabled, false, appearance);
RemCompDeferred<TetheredComponent>(component.Tethered.Value);
RemComp<TetheredComponent>(component.Tethered.Value);
_blocker.UpdateCanMove(component.Tethered.Value);
component.Tethered = null;
Dirty(component);