mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
[Re-Sprite] New Dectetive Sprites + New Skirt, Black Jumpsuit and Black Jacket! (#21163)
* newdetsprites * Update misc_hats.dm * fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user