mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Merge pull request #14573 from TDSSS/golem-fix
Gives golem shuttle always a valid destination
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user