New garden pod
This commit is contained in:
@@ -96,3 +96,14 @@
|
||||
. = ..()
|
||||
whitelisted_turfs = typecacheof(/turf/closed/mineral)
|
||||
banned_objects = typecacheof(/obj/structure/stone_tile)
|
||||
|
||||
/datum/map_template/shelter/zeta
|
||||
name = "Shelter Zeta"
|
||||
shelter_id = "shelter_Zeta"
|
||||
description = "A survival capsule with a garden and kitchen. Used wildly by space fast food joints everywhere."
|
||||
mappath = "_maps/templates/shelter_6.dmm"
|
||||
|
||||
/datum/map_template/shelter/zeta/New()
|
||||
. = ..()
|
||||
whitelisted_turfs = typecacheof(/turf/closed/mineral)
|
||||
banned_objects = typecacheof(/obj/structure/stone_tile)
|
||||
|
||||
Reference in New Issue
Block a user