Merge remote-tracking branch 'upstream/master' into pixel-shift

This commit is contained in:
Detective Google
2020-10-31 14:19:05 -05:00
7 changed files with 220 additions and 5 deletions
@@ -251,6 +251,7 @@
prob(1);/obj/item/weapon/material/knife/tacknife,
prob(1);/obj/item/weapon/storage/box/survival/space,
prob(1);/obj/item/weapon/storage/secure/briefcase/trashmoney,
prob(1);/obj/item/device/survivalcapsule/popcabin,
prob(1);/obj/item/weapon/reagent_containers/syringe/steroid)
var/obj/item/I = new path()
+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"