Merge pull request #8391 from Trilbyspaceclone/patch-132

Gives pod lava land ruin a autolathen
This commit is contained in:
kevinz000
2019-06-08 01:00:41 -07:00
committed by GitHub
2 changed files with 20 additions and 2 deletions
+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