mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
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!  ## 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user