Gives servers a USB port (#60564)

This commit is contained in:
SmArtKar
2021-08-01 07:11:06 +03:00
committed by GitHub
parent 66934fe546
commit 11e56c5f05
+1 -1
View File
@@ -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)