diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index 0910afbe949..e6b9f52527b 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -126,10 +126,9 @@ obj/item/clothing/suit/apron/overalls/blue /obj/item/clothing/suit/storage/det_jacket name = "detective's jacket" desc = "Stylish yet comfortable professional jacket manufactured by CL corporation for NT detectives. Unique fiber structure will offer moderate protection from various hazards investigators may encounter in the line of duty." - icon_state = "det" - item_state = "det" + icon_state = "det_jacket" + item_state = "det_jacket" blood_overlay_type = "coat" - contained_sprite = TRUE body_parts_covered = UPPER_TORSO|ARMS allowed = list(/obj/item/tank/emergency_oxygen, /obj/item/device/flashlight,/obj/item/gun/energy,/obj/item/gun/projectile,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/handcuffs,/obj/item/storage/box/fancy/cigarettes,/obj/item/flame/lighter,/obj/item/device/taperecorder) armor = list(melee = 50, bullet = 10, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0) diff --git a/html/changelogs/flpfs-detjacket.yml b/html/changelogs/flpfs-detjacket.yml new file mode 100644 index 00000000000..94f0bd78ee1 --- /dev/null +++ b/html/changelogs/flpfs-detjacket.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Flpfs + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Detective jackets now have in-hand and worn sprites." diff --git a/icons/mob/items/clothing/lefthand_suit.dmi b/icons/mob/items/clothing/lefthand_suit.dmi index d2df5bfbb6b..785e367de51 100644 Binary files a/icons/mob/items/clothing/lefthand_suit.dmi and b/icons/mob/items/clothing/lefthand_suit.dmi differ diff --git a/icons/mob/items/clothing/righthand_suit.dmi b/icons/mob/items/clothing/righthand_suit.dmi index 229cff7f173..ed837cd00b6 100644 Binary files a/icons/mob/items/clothing/righthand_suit.dmi and b/icons/mob/items/clothing/righthand_suit.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 045020b69ca..26c9e27a0ac 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 5bb0e80ccc9..6a7de24f091 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ