Merge pull request #13792 from Citadel-Station-13/silicons-patch-25

fixes TEG circulators not being movable when unanchored
This commit is contained in:
DeltaFire
2020-12-20 18:11:33 +01:00
committed by GitHub

View File

@@ -88,6 +88,7 @@
if(!panel_open)
return
anchored = !anchored
move_resist = anchored? INFINITY : 100
I.play_tool_sound(src)
if(generator)
disconnectFromGenerator()