Merge pull request #8391 from Trilbyspaceclone/patch-132
Gives pod lava land ruin a autolathen
This commit is contained in:
@@ -272,7 +272,14 @@
|
||||
/obj/machinery/light,
|
||||
/turf/open/floor/plasteel/freezer,
|
||||
/area/ruin/powered/seedvault)
|
||||
|
||||
"Z" = (
|
||||
/obj/item/disk/design_disk/plant_disk,
|
||||
/obj/machinery/autolathe{
|
||||
hacked = TRUE;
|
||||
desc = "This autolathe seems to have its safety light off."
|
||||
},
|
||||
/turf/open/floor/plasteel/freezer,
|
||||
/area/ruin/powered/seedvault)
|
||||
(1,1,1) = {"
|
||||
a
|
||||
a
|
||||
@@ -375,7 +382,7 @@ h
|
||||
h
|
||||
u
|
||||
R
|
||||
u
|
||||
Z
|
||||
Q
|
||||
a
|
||||
a
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user