diff --git a/code/modules/wiremod/shell/server.dm b/code/modules/wiremod/shell/server.dm index d63deb18f1e..5e5a44f8970 100644 --- a/code/modules/wiremod/shell/server.dm +++ b/code/modules/wiremod/shell/server.dm @@ -15,7 +15,7 @@ /obj/structure/server/Initialize() . = ..() - AddComponent(/datum/component/shell, null, SHELL_CAPACITY_VERY_LARGE, SHELL_FLAG_REQUIRE_ANCHOR) + AddComponent(/datum/component/shell, null, SHELL_CAPACITY_VERY_LARGE, SHELL_FLAG_REQUIRE_ANCHOR|SHELL_FLAG_USB_PORT) /obj/structure/server/wrench_act(mob/living/user, obj/item/tool) set_anchored(!anchored)