mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[MIRROR] Disco Elysium suits [MDB IGNORE] (#8876)
* Disco Elysium suits (#62113) Re-opening goof's PR that was closed earlier this week: #61401 that ports Disco Elysium sprites from Fulp's old repo: TheSwain#306 but with fixes to armhole issue on the under/jobs/security sprites and minor punctuation corrections on some item descriptions. * Disco Elysium suits Co-authored-by: Horatio22 <69338705+Horatio22@users.noreply.github.com>
This commit is contained in:
@@ -578,3 +578,9 @@
|
||||
desc = "Lookin' cool."
|
||||
icon_state = "phantom_glasses"
|
||||
inhand_icon_state = "phantom_glasses"
|
||||
|
||||
/obj/item/clothing/glasses/regular/kim
|
||||
name = "binoclard lenses"
|
||||
desc = "Shows you know how to sew a lapel and center a back vent."
|
||||
icon_state = "binoclard_lenses"
|
||||
inhand_icon_state = "binoclard_lenses"
|
||||
|
||||
@@ -254,3 +254,9 @@
|
||||
icon_state = "white"
|
||||
inhand_icon_state = "wgloves"
|
||||
custom_price = PAYCHECK_MINIMAL
|
||||
|
||||
/obj/item/clothing/gloves/kim
|
||||
name = "aerostatic gloves"
|
||||
desc = "Breathable red gloves for expert handling of a pen and notebook."
|
||||
icon_state = "aerostatic_gloves"
|
||||
inhand_icon_state = "aerostatic_gloves"
|
||||
|
||||
@@ -273,3 +273,8 @@
|
||||
/obj/item/clothing/neck/beads/Initialize(mapload)
|
||||
. = ..()
|
||||
color = color = pick("#ff0077","#d400ff","#2600ff","#00ccff","#00ff2a","#e5ff00","#ffae00","#ff0000", "#ffffff")
|
||||
|
||||
/obj/item/clothing/neck/tie/disco
|
||||
name = "horrific necktie"
|
||||
icon_state = "eldritch_tie"
|
||||
desc = "The necktie is adorned with a garish pattern. It's disturbingly vivid. Somehow you feel as if it would be wrong to ever take it off. It's your friend now. You will betray it if you change it for some boring scarf."
|
||||
|
||||
@@ -92,3 +92,15 @@
|
||||
inhand_icon_state = "rus_shoes"
|
||||
pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes
|
||||
lace_time = 8 SECONDS
|
||||
|
||||
/obj/item/clothing/shoes/discoshoes
|
||||
name = "green lizardskin shoes"
|
||||
desc = "They may have lost some of their lustre over the years, but these green lizardskin shoes fit you perfectly."
|
||||
icon_state = "lizardskin_shoes"
|
||||
inhand_icon_state = "lizardskin_shoes"
|
||||
|
||||
/obj/item/clothing/shoes/kim
|
||||
name = "aerostatic boots"
|
||||
desc = "A crisp, clean set of boots for working long hours on the beat."
|
||||
icon_state = "aerostatic_boots"
|
||||
inhand_icon_state = "aerostatic_boots"
|
||||
|
||||
@@ -223,3 +223,16 @@
|
||||
inhand_icon_state = "techpriesthood"
|
||||
body_parts_covered = HEAD
|
||||
flags_inv = HIDEHAIR|HIDEEARS
|
||||
|
||||
/obj/item/clothing/suit/det_suit/kim
|
||||
name = "aerostatic bomber jacket"
|
||||
desc = "A jacket once worn by the revolutionary air brigades during the Antecentennial Revolution. There are quite a few pockets on the inside, mostly for storing notebooks and compasses."
|
||||
icon_state = "aerostatic_bomber_jacket"
|
||||
inhand_icon_state = "aerostatic_bomber_jacket"
|
||||
|
||||
/obj/item/clothing/suit/det_suit/disco
|
||||
name = "disco ass blazer"
|
||||
desc = "Looks like someone skinned this blazer off some long extinct disco-animal. It has an enigmatic white rectangle on the back and the right sleeve."
|
||||
icon_state = "jamrock_blazer"
|
||||
inhand_icon_state = "jamrock_blazer"
|
||||
|
||||
|
||||
@@ -230,3 +230,15 @@
|
||||
icon_state = "spacepolice_families"
|
||||
inhand_icon_state = "spacepolice_families"
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/rank/security/detective/disco
|
||||
name = "superstar cop uniform"
|
||||
desc = "Flare cut trousers and a dirty shirt that might have been classy before someone took a piss in the armpits. It's the dress of a superstar."
|
||||
icon_state = "jamrock_suit"
|
||||
inhand_icon_state = "jamrock_suit"
|
||||
|
||||
/obj/item/clothing/under/rank/security/detective/kim
|
||||
name = "aerostatic suit"
|
||||
desc = "A crisp and well-pressed suit; professional, comfortable and curiously authoritative."
|
||||
icon_state = "aerostatic_suit"
|
||||
inhand_icon_state = "aerostatic_suit"
|
||||
|
||||
@@ -493,6 +493,15 @@
|
||||
/obj/item/clothing/head/fedora = 2,
|
||||
/obj/item/clothing/gloves/color/black = 2,
|
||||
/obj/item/clothing/gloves/color/latex = 2,
|
||||
/obj/item/clothing/under/rank/security/detective/disco = 1,
|
||||
/obj/item/clothing/suit/det_suit/disco = 1,
|
||||
/obj/item/clothing/shoes/discoshoes = 1,
|
||||
/obj/item/clothing/neck/tie/disco = 1,
|
||||
/obj/item/clothing/under/rank/security/detective/kim = 1,
|
||||
/obj/item/clothing/suit/det_suit/kim = 1,
|
||||
/obj/item/clothing/shoes/kim = 1,
|
||||
/obj/item/clothing/gloves/kim = 1,
|
||||
/obj/item/clothing/glasses/regular/kim = 1,
|
||||
/obj/item/reagent_containers/food/drinks/flask/det = 2,
|
||||
/obj/item/storage/fancy/cigarettes = 5)
|
||||
premium = list(/obj/item/clothing/head/flatcap = 1)
|
||||
|
||||
Reference in New Issue
Block a user