adds comfy little cabin pods

This commit is contained in:
Detective Google
2020-10-30 14:54:12 -05:00
parent c6a9a08635
commit 67513cb402
4 changed files with 215 additions and 0 deletions
+5
View File
@@ -119,6 +119,11 @@ GLOBAL_LIST_EMPTY(unique_deployable)
unique_id = "shelter_5"
is_ship = TRUE
/obj/item/device/survivalcapsule/popcabin
name = "pop-out cabin shelter capsule"
desc = "A cozy cabin; crammed into a survival capsule."
template_id = "shelter_cab"
/obj/item/device/survivalcapsule/dropship
name = "dropship surfluid shelter capsule"
desc = "A military dropship in a capsule. Contains everything an assault squad would need, minus the squad itself. This capsule is significantly larger than most. There's a license for use printed on the bottom."
+6
View File
@@ -96,6 +96,12 @@
for escaping a dying ship as soon as possible."
mappath = "maps/offmap_vr/om_ships/shelter_5.dmm"
/datum/map_template/shelter/cabin
name = "Shelter Cabin"
shelter_id = "shelter_cab"
description = "A small cabin; turned into a shelter capsule. Includes dorm amenities, and a nice dinner."
mappath = "maps/submaps/shelters/shelter_cab.dmm"
/datum/map_template/shelter/zeta
name = "Shelter Zeta"
shelter_id = "shelter_zeta"