mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Flavour Enhancement: Crates
This commit is contained in:
@@ -34,6 +34,36 @@
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/effect/decal/remains/robot)
|
||||
|
||||
/obj/random/crate //Random 'standard' crates for variety in maintenance spawns.
|
||||
name = "random crate"
|
||||
desc = "This is a random crate"
|
||||
icon = 'icons/obj/closets/bases/crate.dmi'
|
||||
icon_state = "base"
|
||||
|
||||
/obj/random/crate/item_to_spawn() //General crates, excludes some more high-grade and medical brands
|
||||
return pick (/obj/structure/closet/crate/plastic,
|
||||
/obj/structure/closet/crate/aether,
|
||||
/obj/structure/closet/crate/centauri,
|
||||
/obj/structure/closet/crate/einstein,
|
||||
/obj/structure/closet/crate/focalpoint,
|
||||
/obj/structure/closet/crate/gilthari,
|
||||
/obj/structure/closet/crate/grayson,
|
||||
/obj/structure/closet/crate/nanotrasen,
|
||||
/obj/structure/closet/crate/nanothreads,
|
||||
/obj/structure/closet/crate/oculum,
|
||||
/obj/structure/closet/crate/ward,
|
||||
/obj/structure/closet/crate/xion,
|
||||
/obj/structure/closet/crate/zenghu,
|
||||
/obj/structure/closet/crate/allico,
|
||||
/obj/structure/closet/crate/carp,
|
||||
/obj/structure/closet/crate/galaksi,
|
||||
/obj/structure/closet/crate/thinktronic,
|
||||
/obj/structure/closet/crate/ummarcar,
|
||||
/obj/structure/closet/crate/unathi,
|
||||
/obj/structure/closet/crate/hydroponics,
|
||||
/obj/structure/closet/crate/engineering,
|
||||
/obj/structure/closet/crate)
|
||||
|
||||
/obj/random/obstruction //Large objects to block things off in maintenance
|
||||
name = "random obstruction"
|
||||
desc = "This is a random obstruction."
|
||||
|
||||
@@ -761,8 +761,210 @@
|
||||
"lid_stripes" = COLOR_NT_RED
|
||||
)
|
||||
|
||||
// Freezers
|
||||
|
||||
/decl/closet_appearance/crate/freezer
|
||||
color = COLOR_OFF_WHITE
|
||||
|
||||
/decl/closet_appearance/crate/freezer/centauri
|
||||
color = COLOR_BABY_BLUE
|
||||
extra_decals = list(
|
||||
"centauri" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/freezer/nanotrasen
|
||||
color = COLOR_BABY_BLUE
|
||||
extra_decals = list(
|
||||
"nano" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
// Corporate Branding
|
||||
|
||||
/decl/closet_appearance/crate/aether
|
||||
color = COLOR_YELLOW_GRAY
|
||||
decals = list(
|
||||
"crate_stripes" = COLOR_BLUE_LIGHT,
|
||||
"aether" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/allico
|
||||
color = COLOR_LIGHT_VIOLET
|
||||
decals = list(
|
||||
"crate_stripe" = COLOR_AMBER
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/carp
|
||||
color = COLOR_PURPLE
|
||||
decals = list(
|
||||
"toptext" = COLOR_OFF_WHITE,
|
||||
"crate_reticle" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/centauri
|
||||
color = COLOR_BABY_BLUE
|
||||
decals = list(
|
||||
"crate_stripe" = COLOR_LUMINOL
|
||||
)
|
||||
extra_decals = list(
|
||||
"centauri" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/cybersolutions
|
||||
color = COLOR_ALUMINIUM
|
||||
extra_decals = list(
|
||||
"hazard" = COLOR_DARK_GOLD,
|
||||
"toptext" = COLOR_DARK_GOLD
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/einstein
|
||||
color = COLOR_DARK_BLUE_GRAY
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_BEIGE,
|
||||
"crate_stripe_right" = COLOR_BEIGE,
|
||||
"einstein" = COLOR_OFF_WHITE,
|
||||
"hazard" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/focalpoint
|
||||
color = COLOR_GOLD
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_NAVY_BLUE,
|
||||
"crate_stripe_right" = COLOR_NAVY_BLUE,
|
||||
"focal" = COLOR_OFF_WHITE,
|
||||
"hazard" = COLOR_NAVY_BLUE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/galaksi
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = list(
|
||||
"lid_stripes" = COLOR_HULL,
|
||||
"galaksi" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/gilthari
|
||||
color = COLOR_GRAY20
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_GOLD,
|
||||
"crate_stripe_right" = COLOR_GOLD,
|
||||
"gilthari" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/grayson
|
||||
color = COLOR_STEEL
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_MAROON,
|
||||
"crate_stripe_right" = COLOR_MAROON,
|
||||
"grayson" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/heph
|
||||
color = COLOR_GRAY20
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_NT_RED,
|
||||
"crate_stripe_right" = COLOR_NT_RED,
|
||||
"heph" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/morpheus
|
||||
color = COLOR_ALUMINIUM
|
||||
extra_decals = list(
|
||||
"hazard" = COLOR_GUNMETAL,
|
||||
"toptext" = COLOR_GUNMETAL
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/nanotrasen
|
||||
color = COLOR_NT_RED
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_OFF_WHITE,
|
||||
"crate_stripe_right" = COLOR_OFF_WHITE,
|
||||
"nano" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/nanotrasenclothing
|
||||
color = COLOR_NT_RED
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_SEDONA,
|
||||
"crate_stripe_right" = COLOR_SEDONA,
|
||||
"nano" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/nanotrasenmedical
|
||||
color = COLOR_OFF_WHITE
|
||||
extra_decals = list(
|
||||
"crate_stripe" = COLOR_NT_RED,
|
||||
"nano" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/oculum
|
||||
color = COLOR_SURGERY_BLUE
|
||||
decals = list(
|
||||
"crate_stripe_left" = COLOR_OFF_WHITE,
|
||||
"crate_stripe_right" = COLOR_OFF_WHITE,
|
||||
"oculum" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/saare
|
||||
color = COLOR_ALUMINIUM
|
||||
extra_decals = list(
|
||||
"hazard" = COLOR_RED,
|
||||
"xion" = COLOR_GRAY40
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/thinktronic
|
||||
color = COLOR_PALE_PURPLE_GRAY
|
||||
decals = list(
|
||||
"toptext" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/ummarcar
|
||||
color = COLOR_BEIGE
|
||||
decals = list(
|
||||
"crate_stripes" = COLOR_OFF_WHITE,
|
||||
"toptext" = COLOR_GRAY20
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/unathiimport
|
||||
color = COLOR_SILVER
|
||||
decals = list(
|
||||
"crate_stripe" = COLOR_RED,
|
||||
"crate_reticle" = COLOR_RED_GRAY
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/veymed
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = list(
|
||||
"crate_stripe" = COLOR_PALE_BTL_GREEN
|
||||
)
|
||||
extra_decals = list(
|
||||
"lid_stripes" = COLOR_RED,
|
||||
"crate_cross" = COLOR_GREEN
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/ward
|
||||
color = COLOR_OFF_WHITE
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_COMMAND_BLUE,
|
||||
"crate_stripe_right" = COLOR_COMMAND_BLUE,
|
||||
"hazard" = COLOR_OFF_WHITE,
|
||||
"wt" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/xion
|
||||
color = COLOR_ORANGE
|
||||
extra_decals = list(
|
||||
"crate_stripes" = COLOR_OFF_WHITE,
|
||||
"xion" = COLOR_OFF_WHITE,
|
||||
"hazard" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/zenghu
|
||||
color = COLOR_OFF_WHITE
|
||||
extra_decals = list(
|
||||
"crate_stripes" = COLOR_RED,
|
||||
"zenghu" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
// Secure Crates
|
||||
|
||||
/decl/closet_appearance/crate/secure
|
||||
can_lock = TRUE
|
||||
@@ -775,7 +977,8 @@
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_OFF_WHITE,
|
||||
"crate_stripe_right" = COLOR_OFF_WHITE,
|
||||
"toxin" = COLOR_OFF_WHITE
|
||||
"toxin" = COLOR_OFF_WHITE,
|
||||
"nano" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/weapon
|
||||
@@ -789,16 +992,61 @@
|
||||
"hazard" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/heph
|
||||
color = COLOR_GRAY20
|
||||
// Secure corporate branding
|
||||
|
||||
/decl/closet_appearance/crate/secure/aether
|
||||
color = COLOR_YELLOW_GRAY
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_NT_RED,
|
||||
"crate_stripe_right" = COLOR_NT_RED,
|
||||
"hazard" = COLOR_OFF_WHITE,
|
||||
"heph" = COLOR_OFF_WHITE
|
||||
"crate_stripes" = COLOR_BLUE_LIGHT,
|
||||
"aether" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/bishop
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_SKY_BLUE,
|
||||
"crate_stripe_right" = COLOR_SKY_BLUE,
|
||||
"bishop" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/cybersolutions
|
||||
color = COLOR_ALUMINIUM
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"hazard" = COLOR_DARK_GOLD,
|
||||
"toptext" = COLOR_DARK_GOLD
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/einstein
|
||||
color = COLOR_DARK_BLUE_GRAY
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_BEIGE,
|
||||
"crate_stripe_right" = COLOR_BEIGE,
|
||||
"einstein" = COLOR_OFF_WHITE,
|
||||
"hazard" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/focalpoint
|
||||
color = COLOR_GOLD
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_NAVY_BLUE,
|
||||
"crate_stripe_right" = COLOR_NAVY_BLUE,
|
||||
"focal" = COLOR_OFF_WHITE,
|
||||
"hazard" = COLOR_NAVY_BLUE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/gilthari
|
||||
@@ -813,16 +1061,15 @@
|
||||
"gilthari" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/ward
|
||||
color = COLOR_OFF_WHITE
|
||||
/decl/closet_appearance/crate/secure/grayson
|
||||
color = COLOR_STEEL
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_COMMAND_BLUE,
|
||||
"crate_stripe_right" = COLOR_COMMAND_BLUE,
|
||||
"hazard" = COLOR_OFF_WHITE,
|
||||
"wt" = COLOR_OFF_WHITE
|
||||
"crate_stripe_left" = COLOR_MAROON,
|
||||
"crate_stripe_right" = COLOR_MAROON,
|
||||
"grayson" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/hedberg
|
||||
@@ -837,6 +1084,18 @@
|
||||
"hedberg" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/heph
|
||||
color = COLOR_GRAY20
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_NT_RED,
|
||||
"crate_stripe_right" = COLOR_NT_RED,
|
||||
"hazard" = COLOR_OFF_WHITE,
|
||||
"heph" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/lawson
|
||||
color = COLOR_SAN_MARINO_BLUE
|
||||
decals = list(
|
||||
@@ -849,6 +1108,103 @@
|
||||
"lawson" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/morpheus
|
||||
color = COLOR_ALUMINIUM
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"hazard" = COLOR_GUNMETAL,
|
||||
"toptext" = COLOR_GUNMETAL
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/nanotrasen
|
||||
color = COLOR_NT_RED
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_OFF_WHITE,
|
||||
"crate_stripe_right" = COLOR_OFF_WHITE,
|
||||
"nano" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/nanotrasenmedical
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe" = COLOR_NT_RED,
|
||||
"nano" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/saare
|
||||
color = COLOR_ALUMINIUM
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"hazard" = COLOR_RED,
|
||||
"xion" = COLOR_GRAY40
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/solgov
|
||||
color = COLOR_SAN_MARINO_BLUE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_OFF_WHITE,
|
||||
"crate_stripes" = COLOR_OFF_WHITE,
|
||||
"hazard" = COLOR_OFF_WHITE,
|
||||
"scg" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/veymed
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = list(
|
||||
"crate_bracing",
|
||||
"crate_stripe" = COLOR_PALE_BTL_GREEN
|
||||
)
|
||||
extra_decals = list(
|
||||
"lid_stripes" = COLOR_RED,
|
||||
"crate_cross" = COLOR_GREEN
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/ward
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_COMMAND_BLUE,
|
||||
"crate_stripe_right" = COLOR_COMMAND_BLUE,
|
||||
"hazard" = COLOR_OFF_WHITE,
|
||||
"wt" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/xion
|
||||
color = COLOR_ORANGE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripes" = COLOR_OFF_WHITE,
|
||||
"xion" = COLOR_OFF_WHITE,
|
||||
"hazard" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/zenghu
|
||||
color = COLOR_OFF_WHITE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"crate_stripes" = COLOR_RED,
|
||||
"zenghu" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/crate/secure/hydroponics
|
||||
extra_decals = list(
|
||||
"crate_stripe_left" = COLOR_GREEN_GRAY,
|
||||
@@ -869,6 +1225,7 @@
|
||||
extra_decals = null
|
||||
|
||||
/decl/closet_appearance/large_crate/critter
|
||||
color = COLOR_BEIGE
|
||||
decals = list(
|
||||
"airholes"
|
||||
)
|
||||
@@ -882,6 +1239,42 @@
|
||||
"text" = COLOR_GREEN_GRAY
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/aether
|
||||
color = COLOR_YELLOW_GRAY
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"text" = COLOR_BLUE_LIGHT
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/einstein
|
||||
color = COLOR_DARK_BLUE_GRAY
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"text" = COLOR_BEIGE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/nanotrasen
|
||||
color = COLOR_NT_RED
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"text" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/xion
|
||||
color = COLOR_ORANGE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"text" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/secure
|
||||
can_lock = TRUE
|
||||
|
||||
@@ -895,6 +1288,46 @@
|
||||
"text_upper" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/secure/aether
|
||||
color = COLOR_YELLOW_GRAY
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"marking" = COLOR_OFF_WHITE,
|
||||
"text_upper" = COLOR_BLUE_LIGHT
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/secure/einstein
|
||||
color = COLOR_DARK_BLUE_GRAY
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"marking" = COLOR_OFF_WHITE,
|
||||
"text_upper" = COLOR_BEIGE
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/secure/heph
|
||||
color = COLOR_GRAY20
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"marking" = COLOR_NT_RED,
|
||||
"text_upper" = COLOR_NT_RED
|
||||
)
|
||||
|
||||
/decl/closet_appearance/large_crate/secure/xion
|
||||
color = COLOR_ORANGE
|
||||
decals = list(
|
||||
"crate_bracing"
|
||||
)
|
||||
extra_decals = list(
|
||||
"marking" = COLOR_OFF_WHITE,
|
||||
"text_upper" = COLOR_OFF_WHITE
|
||||
)
|
||||
|
||||
// Cabinets.
|
||||
/decl/closet_appearance/cabinet
|
||||
base_icon = 'icons/obj/closets/bases/cabinet.dmi'
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
icon = 'icons/obj/closets/bases/crate.dmi'
|
||||
closet_appearance = /decl/closet_appearance/crate
|
||||
climbable = 1
|
||||
dir = 4 //Spawn facing 'forward' by default.
|
||||
var/points_per_crate = 5
|
||||
var/rigged = 0
|
||||
|
||||
@@ -65,6 +66,26 @@
|
||||
update_icon()
|
||||
return 1
|
||||
|
||||
/obj/structure/closet/crate/verb/rotate_clockwise()
|
||||
set name = "Rotate Crate Clockwise"
|
||||
set category = "Object"
|
||||
set src in oview(1)
|
||||
|
||||
if (usr.stat || usr.restrained() || anchored)
|
||||
return
|
||||
|
||||
src.set_dir(turn(src.dir, 270))
|
||||
|
||||
/obj/structure/closet/crate/verb/rotate_counterclockwise()
|
||||
set category = "Object"
|
||||
set name = "Rotate Crate Counterclockwise"
|
||||
set src in view(1)
|
||||
|
||||
if (usr.stat || usr.restrained() || anchored)
|
||||
return
|
||||
|
||||
src.set_dir(turn(src.dir, 90))
|
||||
|
||||
/obj/structure/closet/crate/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(opened)
|
||||
if(isrobot(user))
|
||||
@@ -274,6 +295,14 @@
|
||||
var/target_temp = T0C - 40
|
||||
var/cooling_power = 40
|
||||
|
||||
/obj/structure/closet/crate/freezer/centauri
|
||||
desc = "A freezer stamped with the logo of Centauri Provisions."
|
||||
closet_appearance = /decl/closet_appearance/crate/freezer/centauri
|
||||
|
||||
/obj/structure/closet/crate/freezer/nanotrasen
|
||||
desc = "A freezer stamped with the logo of NanoTrasen."
|
||||
closet_appearance = /decl/closet_appearance/crate/freezer/nanotrasen
|
||||
|
||||
/obj/structure/closet/crate/freezer/return_air()
|
||||
var/datum/gas_mixture/gas = (..())
|
||||
if(!gas) return null
|
||||
@@ -303,6 +332,11 @@
|
||||
organ.preserved = 0
|
||||
..()
|
||||
|
||||
/obj/structure/closet/crate/weapon
|
||||
name = "weapons crate"
|
||||
desc = "A barely secured weapons crate."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/weapon
|
||||
|
||||
/obj/structure/closet/crate/freezer/rations //Fpr use in the escape shuttle
|
||||
name = "emergency rations"
|
||||
desc = "A crate of emergency rations."
|
||||
@@ -310,14 +344,12 @@
|
||||
starts_with = list(
|
||||
/obj/random/mre = 6)
|
||||
|
||||
|
||||
/obj/structure/closet/crate/bin
|
||||
name = "large bin"
|
||||
desc = "A large bin."
|
||||
closet_appearance = null
|
||||
icon = 'icons/obj/closets/largebin.dmi'
|
||||
|
||||
|
||||
/obj/structure/closet/crate/radiation
|
||||
name = "radioactive gear crate"
|
||||
desc = "A crate with a radiation sign on it."
|
||||
@@ -327,27 +359,145 @@
|
||||
/obj/item/clothing/suit/radiation = 4,
|
||||
/obj/item/clothing/head/radiation = 4)
|
||||
|
||||
//TSCs
|
||||
|
||||
/obj/structure/closet/crate/aether
|
||||
desc = "A crate painted in the colours of Aether Atmospherics and Recycling."
|
||||
closet_appearance = /decl/closet_appearance/crate/aether
|
||||
|
||||
/obj/structure/closet/crate/centauri
|
||||
desc = "A crate decorated with the logo of Centauri Provisions."
|
||||
closet_appearance = /decl/closet_appearance/crate/centauri
|
||||
|
||||
/obj/structure/closet/crate/einstein
|
||||
desc = "A crate labelled with an Einstein Engines sticker."
|
||||
closet_appearance = /decl/closet_appearance/crate/einstein
|
||||
|
||||
/obj/structure/closet/crate/focalpoint
|
||||
desc = "A crate marked with the decal of Focal Point Energistics."
|
||||
closet_appearance = /decl/closet_appearance/crate/focalpoint
|
||||
|
||||
/obj/structure/closet/crate/gilthari
|
||||
desc = "A crate embossed with the logo of Gilthari Exports."
|
||||
closet_appearance = /decl/closet_appearance/crate/gilthari
|
||||
|
||||
/obj/structure/closet/crate/grayson
|
||||
desc = "A bare metal crate spraypainted with Grayson Manufactories decals."
|
||||
closet_appearance = /decl/closet_appearance/crate/grayson
|
||||
|
||||
/obj/structure/closet/crate/heph
|
||||
desc = "A sturdy crate marked with the logo of Hephaestus Industries."
|
||||
closet_appearance = /decl/closet_appearance/crate/heph
|
||||
|
||||
/obj/structure/closet/crate/morpheus
|
||||
desc = "A crate crudely imprinted with 'MORPHEUS CYBERKINETICS'."
|
||||
closet_appearance = /decl/closet_appearance/crate/morpheus
|
||||
|
||||
/obj/structure/closet/crate/nanotrasen
|
||||
desc = "A crate emblazoned with the standard NanoTrasen livery."
|
||||
closet_appearance = /decl/closet_appearance/crate/nanotrasen
|
||||
|
||||
/obj/structure/closet/crate/nanothreads
|
||||
desc = "A crate emblazoned with the NanoThreads Garments livery, a subsidary of the NanoTrasen Corporation."
|
||||
closet_appearance = /decl/closet_appearance/crate/nanotrasenclothing
|
||||
|
||||
/obj/structure/closet/crate/nanocare
|
||||
desc = "A crate emblazoned with the NanoCare Medical livery, a subsidary of the NanoTrasen Corporation."
|
||||
closet_appearance = /decl/closet_appearance/crate/nanotrasenmedical
|
||||
|
||||
/obj/structure/closet/crate/oculum
|
||||
desc = "A crate minimally decorated with the logo of media giant Oculum Broadcast."
|
||||
closet_appearance = /decl/closet_appearance/crate/oculum
|
||||
|
||||
/obj/structure/closet/crate/veymed
|
||||
desc = "A sterile crate extensively detailed in Veymed colours."
|
||||
closet_appearance = /decl/closet_appearance/crate/veymed
|
||||
|
||||
/obj/structure/closet/crate/ward
|
||||
desc = "A crate decaled with the logo of Ward-Takahashi."
|
||||
closet_appearance = /decl/closet_appearance/crate/ward
|
||||
|
||||
/obj/structure/closet/crate/xion
|
||||
desc = "A crate painted in Xion Manufacturing Group orange."
|
||||
closet_appearance = /decl/closet_appearance/crate/xion
|
||||
|
||||
/obj/structure/closet/crate/zenghu
|
||||
desc = "A sterile crate marked with the logo of Zeng-Hu Pharmaceuticals."
|
||||
closet_appearance = /decl/closet_appearance/crate/zenghu
|
||||
|
||||
// Brands/subsidiaries
|
||||
|
||||
/obj/structure/closet/crate/allico
|
||||
desc = "A crate painted in the distinctive cheerful colours of AlliCo. Ltd."
|
||||
closet_appearance = /decl/closet_appearance/crate/allico
|
||||
|
||||
/obj/structure/closet/crate/carp
|
||||
desc = "A crate painted with the garish livery of Consolidated Agricultural Resources Plc."
|
||||
closet_appearance = /decl/closet_appearance/crate/carp
|
||||
|
||||
/obj/structure/closet/crate/hedberg
|
||||
name = "weapons crate"
|
||||
desc = "A weapons crate stamped with the logo of Hedberg-Hammarstrom and the lock conspicuously absent."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/hedberg
|
||||
|
||||
/obj/structure/closet/crate/galaksi
|
||||
desc = "A crate printed with the markings of Ward-Takahashi's Galaksi Appliance branding."
|
||||
closet_appearance = /decl/closet_appearance/crate/galaksi
|
||||
|
||||
/obj/structure/closet/crate/thinktronic
|
||||
desc = "A crate printed with the markings of Thinktronic Systems."
|
||||
closet_appearance = /decl/closet_appearance/crate/thinktronic
|
||||
|
||||
/obj/structure/closet/crate/ummarcar
|
||||
desc = "A flimsy crate marked labelled 'UmMarcar Office Supply'."
|
||||
closet_appearance = /decl/closet_appearance/crate/ummarcar
|
||||
|
||||
/obj/structure/closet/crate/unathi
|
||||
name = "import crate"
|
||||
desc = "A crate painted with the markings of Moghes Imported Sissalik Jerky."
|
||||
closet_appearance = /decl/closet_appearance/crate/unathiimport
|
||||
|
||||
|
||||
// Secure Crates
|
||||
|
||||
/obj/structure/closet/crate/secure/weapon
|
||||
name = "weapons crate"
|
||||
desc = "A secure weapons crate."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/weapon
|
||||
|
||||
/obj/structure/closet/crate/secure/aether
|
||||
desc = "A secure crate painted in the colours of Aether Atmospherics and Recycling."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/aether
|
||||
|
||||
/obj/structure/closet/crate/secure/bishop
|
||||
desc = "A secure crate finely decorated with the emblem of Bishop Cybernetics."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/bishop
|
||||
|
||||
/obj/structure/closet/crate/secure/cybersolutions
|
||||
desc = "An unadorned secure metal crate labelled 'Cyber Solutions'."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/cybersolutions
|
||||
|
||||
/obj/structure/closet/crate/secure/einstein
|
||||
desc = "A secure crate labelled with an Einstein Engines sticker."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/einstein
|
||||
|
||||
/obj/structure/closet/crate/secure/focalpoint
|
||||
desc = "A secure crate marked with the decal of Focal Point Energistics."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/focalpoint
|
||||
|
||||
/obj/structure/closet/crate/secure/gilthari
|
||||
desc = "A secure crate embossed with the logo of Gilthari Exports."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/gilthari
|
||||
|
||||
/obj/structure/closet/crate/secure/grayson
|
||||
desc = "A secure bare metal crate spraypainted with Grayson Manufactories decals."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/grayson
|
||||
|
||||
/obj/structure/closet/crate/secure/hedberg
|
||||
name = "weapons crate"
|
||||
desc = "A secure weapons crate stamped with the logo of Hedberg-Hammarstrom."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/hedberg
|
||||
|
||||
/obj/structure/closet/crate/secure/gilthari
|
||||
name = "weapons crate"
|
||||
desc = "A secure weapons crate embossed with the logo of Gilthari Exports."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/gilthari
|
||||
|
||||
/obj/structure/closet/crate/secure/ward
|
||||
name = "weapons crate"
|
||||
desc = "A secure weapons crate decaled with the logo of Ward-Takahashi."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/ward
|
||||
|
||||
/obj/structure/closet/crate/secure/heph
|
||||
name = "weapons crate"
|
||||
desc = "A secure weapons crate marked with the logo of Hephaestus Industries."
|
||||
@@ -358,9 +508,47 @@
|
||||
desc = "A secure weapons crate marked with the logo of Lawson Arms."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/lawson
|
||||
|
||||
/obj/structure/closet/crate/secure/morpheus
|
||||
desc = "A secure crate crudely imprinted with 'MORPHEUS CYBERKINETICS'."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/morpheus
|
||||
|
||||
/obj/structure/closet/crate/secure/nanotrasen
|
||||
desc = "A secure crate emblazoned with the standard NanoTrasen livery."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/nanotrasen
|
||||
|
||||
/obj/structure/closet/crate/secure/nanocare
|
||||
desc = "A secure crate emblazoned with the NanoCare Medical livery, a subsidary of the NanoTrasen Corporation."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/nanotrasenmedical
|
||||
|
||||
/obj/structure/closet/crate/secure/scg
|
||||
name = "weapons crate"
|
||||
desc = "A secure crate in the official colours of the Solar Confederate Government."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/solgov
|
||||
|
||||
/obj/structure/closet/crate/secure/saare
|
||||
name = "weapons crate"
|
||||
desc = "A secure weapons crate plainly stamped with the logo of Stealth Assault Enterprises."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/saare
|
||||
|
||||
/obj/structure/closet/crate/secure/veymed
|
||||
desc = "A secure sterile crate extensively detailed in Veymed colours."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/veymed
|
||||
|
||||
/obj/structure/closet/crate/secure/ward
|
||||
desc = "A secure crate decaled with the logo of Ward-Takahashi."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/ward
|
||||
|
||||
/obj/structure/closet/crate/secure/xion
|
||||
desc = "A secure crate painted in Xion Manufacturing Group orange."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/xion
|
||||
|
||||
/obj/structure/closet/crate/secure/zenghu
|
||||
desc = "A secure sterile crate marked with the logo of Zeng-Hu Pharmaceuticals."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/zenghu
|
||||
|
||||
/obj/structure/closet/crate/secure/phoron
|
||||
name = "phoron crate"
|
||||
desc = "A secure phoron crate."
|
||||
desc = "A secure phoron crate painted in standard NanoTrasen livery."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/hazard
|
||||
|
||||
/obj/structure/closet/crate/secure/gear
|
||||
@@ -368,27 +556,24 @@
|
||||
desc = "A secure gear crate."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/weapon
|
||||
|
||||
|
||||
/obj/structure/closet/crate/secure/hydrosec
|
||||
name = "secure hydroponics crate"
|
||||
desc = "A crate with a lock on it, painted in the scheme of the station's botanists."
|
||||
closet_appearance = /decl/closet_appearance/crate/secure/hydroponics
|
||||
|
||||
|
||||
/obj/structure/closet/crate/secure/engineering
|
||||
desc = "A crate with a lock on it, painted in the scheme of the station's engineers."
|
||||
name = "secure engineering crate"
|
||||
|
||||
|
||||
/obj/structure/closet/crate/secure/science
|
||||
name = "secure science crate"
|
||||
desc = "A crate with a lock on it, painted in the scheme of the station's scientists."
|
||||
|
||||
|
||||
/obj/structure/closet/crate/secure/bin
|
||||
name = "secure bin"
|
||||
desc = "A secure bin."
|
||||
|
||||
// Large crates
|
||||
|
||||
/obj/structure/closet/crate/large
|
||||
name = "large crate"
|
||||
@@ -414,6 +599,30 @@
|
||||
break
|
||||
return
|
||||
|
||||
/obj/structure/closet/crate/large/critter
|
||||
name = "animal crate"
|
||||
desc = "A hefty crate for hauling animals."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/critter
|
||||
|
||||
/obj/structure/closet/crate/large/aether
|
||||
name = "large atmospherics crate"
|
||||
desc = "A hefty metal crate, painted in Aether Atmospherics and Recycling colours."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/aether
|
||||
|
||||
/obj/structure/closet/crate/large/einstein
|
||||
name = "large crate"
|
||||
desc = "A hefty metal crate, painted in Einstein Engines colours."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/einstein
|
||||
|
||||
/obj/structure/closet/crate/large/nanotrasen
|
||||
name = "large crate"
|
||||
desc = "A hefty metal crate, painted in standard NanoTrasen livery."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/nanotrasen
|
||||
|
||||
/obj/structure/closet/crate/large/xion
|
||||
name = "large crate"
|
||||
desc = "A hefty metal crate, painted in Xion Manufacturing Group orange."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/xion
|
||||
|
||||
/obj/structure/closet/crate/secure/large
|
||||
name = "large crate"
|
||||
@@ -441,10 +650,30 @@
|
||||
return
|
||||
|
||||
|
||||
//fluff variant
|
||||
/obj/structure/closet/crate/secure/large/reinforced
|
||||
desc = "A hefty, reinforced metal crate with an electronic locking system."
|
||||
|
||||
/obj/structure/closet/crate/secure/large/aether
|
||||
name = "secure atmospherics crate"
|
||||
desc = "A hefty metal crate with an electronic locking system, painted in Aether Atmospherics and Recycling colours."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/secure/aether
|
||||
|
||||
/obj/structure/closet/crate/secure/large/einstein
|
||||
desc = "A hefty metal crate with an electronic locking system, painted in Einstein Engines colours."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/secure/einstein
|
||||
|
||||
/obj/structure/closet/crate/large/secure/heph
|
||||
desc = "A hefty metal crate with an electronic locking system, marked with Hephaestus Industries colours."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/secure/heph
|
||||
|
||||
/obj/structure/closet/crate/secure/large/nanotrasen
|
||||
desc = "A hefty metal crate with an electronic locking system, painted in standard NanoTrasen livery."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/secure/hazard
|
||||
|
||||
/obj/structure/closet/crate/large/secure/xion
|
||||
desc = "A hefty metal crate with an electronic locking system, painted in Xion Manufacturing Group orange."
|
||||
closet_appearance = /decl/closet_appearance/large_crate/secure/xion
|
||||
|
||||
/obj/structure/closet/crate/engineering
|
||||
name = "engineering crate"
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
|
||||
/obj/structure/largecrate/hoverpod
|
||||
name = "\improper Hoverpod assembly crate"
|
||||
desc = "It comes in a box for the fabricator's sake. Where does the wood come from? ... And why is it lighter?"
|
||||
icon_state = "mulecrate"
|
||||
desc = "You aren't sure how this crate is so light, but the Wulf Aeronautics logo might be a hint."
|
||||
icon_state = "vehiclecrate"
|
||||
|
||||
/obj/structure/largecrate/hoverpod/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(W.is_crowbar())
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
/obj/structure/largecrate/vehicle
|
||||
name = "vehicle crate"
|
||||
desc = "It comes in a box for the consumer's sake. ..How is this lighter?"
|
||||
desc = "Wulf Aeronautics says it comes in a box for the consumer's sake... How is this so light?"
|
||||
icon_state = "vehiclecrate"
|
||||
|
||||
/obj/structure/largecrate/vehicle/Initialize()
|
||||
@@ -74,18 +74,30 @@
|
||||
|
||||
/obj/structure/largecrate/vehicle/quadbike
|
||||
name = "\improper ATV crate"
|
||||
desc = "A hefty wooden crate proudly displaying the logo of Ward-Takahashi's automotive division."
|
||||
starts_with = list(/obj/structure/vehiclecage/quadbike)
|
||||
|
||||
/obj/structure/largecrate/vehicle/quadtrailer
|
||||
name = "\improper ATV trailer crate"
|
||||
desc = "A hefty wooden crate proudly displaying the logo of Ward-Takahashi's automotive division."
|
||||
starts_with = list(/obj/structure/vehiclecage/quadtrailer)
|
||||
|
||||
/obj/structure/largecrate/animal
|
||||
<<<<<<< HEAD
|
||||
icon_state = "lisacrate" //VOREStation Edit
|
||||
|
||||
/obj/structure/largecrate/animal/mulebot
|
||||
name = "Mulebot crate"
|
||||
icon_state = "mulecrate" //VOREStation Edit
|
||||
=======
|
||||
icon_state = "crittercrate"
|
||||
desc = "A hefty wooden crate with air holes. It is marked with the logo of NanoTrasen Pastures and the slogan, '90% less cloning defects* than competing brands**, or your money back***!'"
|
||||
|
||||
/obj/structure/largecrate/animal/mulebot
|
||||
name = "Mulebot crate"
|
||||
desc = "A hefty wooden crate labelled 'Proud Product of the Xion Manufacturing Group'"
|
||||
icon_state = "mulecrate"
|
||||
>>>>>>> d7f25c3... Flavour Enhancement: Crates (#7342)
|
||||
starts_with = list(/mob/living/bot/mulebot)
|
||||
|
||||
/obj/structure/largecrate/animal/corgi
|
||||
|
||||
Reference in New Issue
Block a user