Golem ship remap and equipment tweaking. (#29294)

This commit is contained in:
warriorstar-orion
2025-05-17 13:18:47 +00:00
committed by GitHub
parent 5cec6a1cdd
commit 1ace49ec1a
15 changed files with 1068 additions and 815 deletions
-10
View File
@@ -449,16 +449,6 @@ datum/tech/robotics
desc = default_desc
blueprint = null
/obj/item/disk/design_disk/golem_shell
name = "golem creation disk"
desc = "A gift from the Liberator."
icon_state = "datadisk1"
/obj/item/disk/design_disk/golem_shell/Initialize(mapload)
. = ..()
var/datum/design/golem_shell/G = new
blueprint = G
/datum/research/autolathe/syndicate/New()
// Used by syndi autolathe in syndie space base ruin. Removes methods of contacting main station.
. = ..()