Update lavaland_ruin_code.dm

This commit is contained in:
Trilbyspaceclone
2019-05-20 15:33:46 -04:00
committed by GitHub
parent a68c40a1a0
commit 539a965159
+11
View File
@@ -16,6 +16,17 @@
/obj/item/seeds/sunflower/moonflower = 8
)
/obj/item/disk/design_disk/plant_disk
name = "Plant Disk Blueprints"
desc = "A disk to be uploaded into the autolathen for more plant disks."
icon_state = "datadisk1"
max_blueprints = 1
/obj/item/disk/design_disk/golem_shell/Initialize()
. = ..()
var/datum/design/diskplantgene/P = new
blueprints[1] = P
//Free Golems
/obj/item/disk/design_disk/golem_shell