mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] [Fluff Item] Adds Holly's Custom Capsule Shelter (#11591)
Co-authored-by: Jenny <ghosttehspychecka@gmail.com>
This commit is contained in:
co-authored by
Jenny
parent
b2a7cf9686
commit
af2fe579ec
@@ -16,6 +16,14 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
name = "\improper Emergency Shelter Bathroom"
|
||||
icon_state = "away2"
|
||||
|
||||
//Custom survival pod areas
|
||||
|
||||
/area/survivalpod/holly
|
||||
name = "\improper Holly's Emergency Shelter"
|
||||
|
||||
/area/survivalpod/dorms/holly
|
||||
name = "\improper Holly's Emergency Shelter Dorm"
|
||||
|
||||
//Survival Capsule
|
||||
/obj/item/survivalcapsule
|
||||
name = "surfluid shelter capsule"
|
||||
@@ -161,6 +169,12 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
template_id = "shelter_phi"
|
||||
unique_id = "shelter_a"
|
||||
|
||||
/obj/item/survivalcapsule/holly
|
||||
name = "vaguely festive surfluid shelter capsule"
|
||||
desc = "A \"homemade\" luxury suite crammed into a capsule. There's a license for use printed on the bottom. For some reason, the license's text is written in festive colors."
|
||||
template_id = "shelter_chi"
|
||||
unique_id = "shelter_h"
|
||||
|
||||
//Pod objects
|
||||
//Walls
|
||||
/turf/simulated/shuttle/wall/voidcraft/survival
|
||||
@@ -254,6 +268,17 @@ GLOBAL_LIST_EMPTY(unique_deployable)
|
||||
/obj/structure/window/reinforced/survival_pod/update_icon()
|
||||
icon_state = basestate
|
||||
|
||||
//Polarized windows
|
||||
/obj/structure/window/reinforced/polarized/survival_pod
|
||||
name = "polarized pod window"
|
||||
icon = 'icons/obj/survival_pod.dmi'
|
||||
icon_state = "pwindow"
|
||||
basestate = "pwindow"
|
||||
|
||||
//The windows have diagonal versions, and will never be a full window
|
||||
/obj/structure/window/reinforced/polarized/survival_pod/is_fulltile()
|
||||
return FALSE
|
||||
|
||||
//Windoor
|
||||
/obj/machinery/door/window/survival_pod
|
||||
icon = 'icons/obj/survival_pod.dmi'
|
||||
|
||||
@@ -120,3 +120,12 @@
|
||||
to no contact, the expense of these shelters have prevented them \
|
||||
from seeing common use."
|
||||
mappath = "maps/submaps/shelters/shelter_a.dmm"
|
||||
|
||||
/datum/map_template/shelter/chi
|
||||
name = "Shelter Chi"
|
||||
shelter_id = "shelter_chi"
|
||||
description = "A custom, from-the-ground-up variant of the shelter \
|
||||
capsule. Many of the survival utilities have been stripped away in favor \
|
||||
of recreational facilities and a more comfortable living quarters. The \
|
||||
definition of \"form over function,\" in capsule form!"
|
||||
mappath = "maps/submaps/shelters/shelter_h.dmm"
|
||||
|
||||
Reference in New Issue
Block a user