diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index fe52f46c618..70cce32c064 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -779,7 +779,7 @@ product_slogans = "Dress for success!;Suited and booted!;It's show time!;Why leave style up to fate? Use AutoDrobe!" vend_delay = 15 vend_reply = "Thank you for using AutoDrobe!" - products = list(/obj/item/clothing/suit/chickensuit = 1,/obj/item/clothing/head/chicken = 1,/obj/item/clothing/under/gladiator = 1, + products = list(/obj/item/clothing/suit/chickensuit = 1,/obj/item/clothing/head/chicken = 1, /obj/item/clothing/head/corgi = 1, /obj/item/clothing/suit/corgisuit = 1, /obj/item/clothing/under/gladiator = 1, /obj/item/clothing/head/helmet/gladiator = 1,/obj/item/clothing/under/gimmick/rank/captain/suit = 1,/obj/item/clothing/head/flatcap = 1, /obj/item/clothing/glasses/gglasses = 1,/obj/item/clothing/shoes/jackboots = 1, /obj/item/clothing/under/schoolgirl = 1,/obj/item/clothing/head/kitty = 1,/obj/item/clothing/under/blackskirt = 1,/obj/item/clothing/head/beret = 1, diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 8026d30bbfb..f31ed239532 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -231,6 +231,14 @@ flags = FPRINT | TABLEPASS | BLOCKHAIR siemens_coefficient = 2.0 +/obj/item/clothing/head/corgi + name = "corgi suit head" + desc = "Woof!" + icon_state = "corgihead" + item_state = "chickensuit" + flags = FPRINT | TABLEPASS | BLOCKHAIR + siemens_coefficient = 2.0 + /obj/item/clothing/head/bearpelt name = "bear pelt hat" desc = "Fuzzy." diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index d77e125e6e6..0dd29abc157 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -149,6 +149,14 @@ flags_inv = HIDESHOES|HIDEJUMPSUIT siemens_coefficient = 2.0 +/obj/item/clothing/suit/corgisuit + name = "Corgi Suit" + desc = "A suit made long ago by the ancient empire KFC." + icon_state = "corgisuit" + item_state = "chickensuit" + body_parts_covered = UPPER_TORSO|ARMS|LOWER_TORSO|LEGS|FEET + flags_inv = HIDESHOES|HIDEJUMPSUIT + siemens_coefficient = 2.0 /obj/item/clothing/suit/monkeysuit name = "Monkey Suit" diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 18da44e19fb..4a1330335cf 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 62c2eb08b24..bf9718e4839 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index ec26258ac01..284b2571114 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 37394b228bb..f66a1afa9b7 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ diff --git a/nano/debug.html b/nano/debug.html index 8c9f5e83f4d..bcc9cdb9be8 100644 --- a/nano/debug.html +++ b/nano/debug.html @@ -5,7 +5,7 @@
- +