Merge pull request #14573 from TDSSS/golem-fix

Gives golem shuttle always a valid destination
This commit is contained in:
AffectedArc07
2020-10-11 10:05:09 +01:00
committed by GitHub
4 changed files with 993 additions and 2 deletions
+9
View File
@@ -249,6 +249,15 @@
always_place = TRUE // Its designed to make exploring other space ruins more accessible
cost = 0 // Force spawned so shouldnt have a cost
/datum/map_template/ruin/space/golem_destination
id = "golemtarget"
suffix = "golemtarget.dmm"
name = "Golem Shuttle Destination"
description = "Just a handful of rocks floating in space. Guaranteed space destination for the Golem shuttle in case other destinations don't spawn."
allow_duplicates = FALSE
always_place = TRUE
cost = 0
/datum/map_template/ruin/space/syndiecakesfactory
id = "Syndiecakes Factory"
suffix = "syndiecakesfactory.dmm"