[Re-Sprite] New Dectetive Sprites + New Skirt, Black Jumpsuit and Black Jacket! (#21163)

* newdetsprites

* Update misc_hats.dm

* fixes
This commit is contained in:
Dapple27
2023-06-07 04:11:42 -04:00
committed by GitHub
parent 429ce11a30
commit 252bcfec3c
26 changed files with 45 additions and 6 deletions
+6
View File
@@ -82,9 +82,12 @@
ads_list = list("Apply your brilliant deductive methods in style!", "They already smell of cigarettes!")
vend_reply = "Thank you for using the DetDrobe!"
products = list(/obj/item/clothing/under/rank/security/detective = 2,
/obj/item/clothing/under/rank/security/detective/black = 1,
/obj/item/clothing/under/rank/security/detective/skirt = 1,
/obj/item/clothing/suit/storage/det_suit = 2,
/obj/item/clothing/suit/storage/det_suit/forensics/red = 1,
/obj/item/clothing/suit/storage/det_suit/forensics/blue = 1,
/obj/item/clothing/suit/storage/det_suit/forensics/black = 1,
/obj/item/clothing/suit/armor/vest/det_suit = 1,
/obj/item/clothing/glasses/sunglasses/noir = 2,
/obj/item/clothing/head/det_hat = 2,
@@ -100,9 +103,12 @@
/obj/item/reagent_containers/food/drinks/flask/detflask = 2,
/obj/item/storage/fancy/cigarettes/dromedaryco = 5)
prices = list(/obj/item/clothing/under/rank/security/detective = 50,
/obj/item/clothing/under/rank/security/detective/black = 75,
/obj/item/clothing/under/rank/security/detective/skirt = 75,
/obj/item/clothing/suit/storage/det_suit = 75,
/obj/item/clothing/suit/storage/det_suit/forensics/red = 75,
/obj/item/clothing/suit/storage/det_suit/forensics/blue = 75,
/obj/item/clothing/suit/storage/det_suit/forensics/black = 75,
/obj/item/clothing/suit/armor/vest/det_suit = 75,
/obj/item/clothing/head/det_hat = 40,
/obj/item/clothing/glasses/sunglasses/noir = 30,
+2 -1
View File
@@ -110,7 +110,8 @@
dog_fashion = /datum/dog_fashion/head/detective
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/head.dmi'
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
"Grey" = 'icons/mob/clothing/species/grey/head.dmi'
)
//Mime
+5
View File
@@ -274,6 +274,11 @@
item_state = "fedora"
desc = "A great hat ruined by being within fifty yards of you."
actions_types = list(/datum/action/item_action/tip_fedora)
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
"Grey" = 'icons/mob/clothing/species/grey/head.dmi'
)
/obj/item/clothing/head/fedora/attack_self(mob/user)
tip_fedora(user)
+9 -1
View File
@@ -144,7 +144,10 @@
heat_protection = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi'
"Vox" = 'icons/mob/clothing/species/vox/suit.dmi',
"Grey" = 'icons/mob/clothing/species/grey/suit.dmi',
"Drask" = 'icons/mob/clothing/species/drask/suit.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/suit.dmi'
)
//Forensics
@@ -166,6 +169,11 @@
desc = "A blue forensics technician jacket."
icon_state = "forensics_blue"
/obj/item/clothing/suit/storage/det_suit/forensics/black
name = "black jacket"
desc = "A black forensics technician jacket."
icon_state = "forensics_black"
//Blueshield
/obj/item/clothing/suit/storage/blueshield
name = "blueshield's coat"
@@ -101,6 +101,25 @@
icon_state = "detective"
item_state = "det"
item_color = "detective"
sprite_sheets = list(
"Human" = 'icons/mob/clothing/under/security.dmi',
"Vox" = 'icons/mob/clothing/species/vox/under/security.dmi',
"Drask" = 'icons/mob/clothing/species/drask/under/security.dmi',
"Grey" = 'icons/mob/clothing/species/grey/under/security.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/under/security.dmi'
)
/obj/item/clothing/under/rank/security/detective/skirt
name = "detective's jumpskirt"
icon_state = "det_skirt"
item_color = "det_skirt"
/obj/item/clothing/under/rank/security/detective/black
name = "forensics jumpsuit"
desc = "A black forensics technician jumpsuit."
icon_state = "det_black"
item_color = "det_black"
/*
* Head of Security
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 809 B

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 KiB

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

+4 -4
View File
@@ -188,9 +188,9 @@
#include "code\_onclick\hud\alien_hud.dm"
#include "code\_onclick\hud\alien_larva.dm"
#include "code\_onclick\hud\blob_overmind.dm"
#include "code\_onclick\hud\follow_alert.dm"
#include "code\_onclick\hud\bot_hud.dm"
#include "code\_onclick\hud\constructs_hud.dm"
#include "code\_onclick\hud\follow_alert.dm"
#include "code\_onclick\hud\fullscreen.dm"
#include "code\_onclick\hud\ghost_hud.dm"
#include "code\_onclick\hud\guardian_hud.dm"
@@ -446,8 +446,8 @@
#include "code\datums\helper_datums\topic_input.dm"
#include "code\datums\keybindings\_keybinding.dm"
#include "code\datums\keybindings\admin_keybinds.dm"
#include "code\datums\keybindings\client.dm"
#include "code\datums\keybindings\carbon_keybinds.dm"
#include "code\datums\keybindings\client.dm"
#include "code\datums\keybindings\emote_keybinds.dm"
#include "code\datums\keybindings\human_keybinds.dm"
#include "code\datums\keybindings\living_keybinds.dm"
@@ -2426,12 +2426,12 @@
#include "code\modules\reagents\chemistry\recipes\drinks_reactions.dm"
#include "code\modules\reagents\chemistry\recipes\drugs_reactions.dm"
#include "code\modules\reagents\chemistry\recipes\food_reactions.dm"
#include "code\modules\reagents\chemistry\recipes\others.dm"
#include "code\modules\reagents\chemistry\recipes\medicine_reactions.dm"
#include "code\modules\reagents\chemistry\recipes\others.dm"
#include "code\modules\reagents\chemistry\recipes\pyrotechnics.dm"
#include "code\modules\reagents\chemistry\recipes\slime_extracts.dm"
#include "code\modules\reagents\reagent_containers\applicator.dm"
#include "code\modules\reagents\chemistry\recipes\toxins_reactions.dm"
#include "code\modules\reagents\reagent_containers\applicator.dm"
#include "code\modules\reagents\reagent_containers\borghydro.dm"
#include "code\modules\reagents\reagent_containers\chemical_bottle.dm"
#include "code\modules\reagents\reagent_containers\dropper.dm"