The Cratening: Several crates for several corps! (#85890)

## About The Pull Request

Originally wanted to include those with syndicate-corp themed gear for
nukies, but... I think this might be an useful thing for mappers in
general, and with the wallening hitting, I reckon they will be going
around stuff a lot, so!

most of them pictured!
![Interdyne
1](https://github.com/user-attachments/assets/d84fc8ec-c589-4285-a034-e95323dec168)


## Why It's Good For The Game

Adds representation of several lesser known corporations and a nice
touch of flavour to add to places for mappers!

## Changelog

🆑
add: Added crates of the following varieties; Interdyne, Interdyne
freezer, Tiger Co-Op, S.E.L.F. MI13, A.R.C., Cybersun (4 colour
variants), Waffle Corp, Donk, Gorlex, Gorlex weapons, DeForest, Nakamure
Engineeing, Robust Industries
/🆑
This commit is contained in:
YesterdaysPromise
2024-08-24 18:35:19 +02:00
committed by GitHub
parent 776ecd6060
commit aad0bdfc0d
12 changed files with 128 additions and 11 deletions
@@ -222,6 +222,12 @@
icon_state = "medicalcrate"
base_icon_state = "medicalcrate"
/obj/structure/closet/crate/deforest
name = "deforest medical crate"
desc = "A DeFortest brand crate of medical supplies."
icon_state = "deforest"
base_icon_state = "deforest"
/obj/structure/closet/crate/medical/department
icon_state = "medical"
base_icon_state = "medical"
@@ -290,6 +296,24 @@
icon_state = "food"
base_icon_state = "food"
/obj/structure/closet/crate/freezer/donk
name = "donk co. fridge"
desc = "A Donk Co. brand fridge, keeps your donkpcokets and foam ammunition fresh!"
icon_state = "donkcocrate"
base_icon_state = "donkcocrate"
/obj/structure/closet/crate/freezer/interdyne
name = "interdyne freezer"
desc = "Interdyne Pharmauceutics branded freezer. Might or might not contain cold steel, or fresh organs."
icon_state = "interdynefreezer"
base_icon_state = "interdynefreezer"
/obj/structure/closet/crate/freezer/blood/interdyne
name = "interdyne blood freezer"
desc = "Interdyne Pharmauceutics branded freezer. Only freshly harvested- I mean, freshly kept blood inside!"
icon_state = "interdynefreezer"
base_icon_state = "interdynefreezer"
/obj/structure/closet/crate/radiation
desc = "A crate with a radiation sign on it."
name = "radiation crate"
@@ -312,6 +336,12 @@
icon_state = "cargo"
base_icon_state = "cargo"
/obj/structure/closet/crate/robust
name = "robust industries crate"
desc = "Robust Inustries LLC. crate. Feels oddly nostalgic."
icon_state = "robust"
base_icon_state = "robust"
/obj/structure/closet/crate/cargo/mining
name = "mining crate"
icon_state = "mining"
@@ -322,6 +352,12 @@
icon_state = "engi_crate"
base_icon_state = "engi_crate"
/obj/structure/closet/crate/nakamura
name = "nakamura engineering crate"
desc = "Crate from Nakamura Engineering, most likely containing engineering supplies or MODcores."
icon_state = "nakamura"
base_icon_state = "nakamura"
/obj/structure/closet/crate/engineering/electrical
icon_state = "engi_e_crate"
base_icon_state = "engi_e_crate"
@@ -44,6 +44,17 @@
icon_state = "weaponcrate"
base_icon_state = "weaponcrate"
/obj/structure/closet/crate/secure/gorlex_weapons
desc = "A secure weapons crate of Gorlex Marauders."
name = "weapons crate"
icon_state = "gorlex_weaponcrate"
base_icon_state = "gorlex_weaponcrate"
/obj/structure/closet/crate/secure/gorlex_weapons/jammed
desc = "A beaten up, jammed open weapon crate of Gorlex Marauders."
name = "jammed weapons crate"
locked = FALSE
/obj/structure/closet/crate/secure/plasma
desc = "A secure plasma crate."
name = "plasma crate"
@@ -192,3 +203,65 @@
else if(!silent)
to_chat(user, span_warning("[src] is broken!"))
else ..()
/obj/structure/closet/crate/secure/interdyne
name = "interdyne crate"
desc = "Crate belonging to Interdyne Pharmaceutics. Hopefully doesn't have bioweapons inside..."
icon_state = "interdynecrate"
base_icon_state = "interdynecrate"
/obj/structure/closet/crate/secure/tiger
name = "tiger co-op crate"
icon_state = "tigercrate"
base_icon_state = "tigercrate"
/obj/structure/closet/crate/secure/self
name = "s.e.l.f. crate"
desc = "A secure crate locked from the inside with a scanning panel above it and holographic display of lock's status. Sentient Engine Liberation Front engineers are quite the show-offs."
icon_state = "selfcrate"
base_icon_state = "selfcrate"
/obj/structure/closet/crate/secure/m13
name = "mysterious secure crate"
desc = "A secure crate. Lacks any obvious logos or even codes for where it arrived from, but looks like taken straight from a spy movie."
icon_state = "mithirteencrate"
base_icon_state = "mithirteencrate"
/obj/structure/closet/crate/secure/arc
name = "animal rights consortium crate"
icon_state = "arccrate"
base_icon_state = "arccrate"
/obj/structure/closet/crate/secure/cybersun
name = "cybersun crate"
/obj/structure/closet/crate/secure/cybersun/dawn
desc = "A secure crate from Cybersun Industries. It has distinct orange-green colouring, probably of some departament or division, but you cannot tell what is it."
icon_state = "cyber_dawncrate"
base_icon_state = "cyber_dawncrate"
/obj/structure/closet/crate/secure/cybersun/noon
desc = "A secure crate from Cybersun Industries. It has distinct yellow-orange colouring, probably of some departament or division, but you cannot tell what is it."
icon_state = "cyber_nooncrate"
base_icon_state = "cyber_nooncrate"
/obj/structure/closet/crate/secure/cybersun/dusk
desc = "A secure crate from Cybersun Industries. It has distinct purple-green colouring, probably of some departament or division, but you cannot tell what is it."
icon_state = "cyber_duskcrate"
base_icon_state = "cyber_duskcrate"
/obj/structure/closet/crate/secure/cybersun/night
desc = "A secure crate from Cybersun Industries. This one blatantly adorns syndicate colours. You can only guess it contains equipement for syndicate operatives."
icon_state = "cyber_nightcrate"
base_icon_state = "cyber_nightcrate"
/obj/structure/closet/crate/secure/wafflecorp
name = "wafflecorp crate"
desc = "A very outdated model and design of shipment crate with a modern lock strapped on it, how befitting of its brand owner, Waffle Corporation. Golden lettering written in cursive by the logo reads 'bringing you consecutively top five world-wide rated* breakfast since 2055. A much smaller fineprint, also in cursive, clarifies: '*in years 2099-2126'... It's year 2563 now, however."
icon_state = "wafflecrate"
base_icon_state = "wafflecrate"
/obj/structure/closet/crate/secure/gorlex
name = "gorlex marauders crate"
icon_state = "gorlexcrate"
base_icon_state = "gorlexcrate"