diff --git a/.gitignore b/.gitignore index 5cb7d4ae..abd847b8 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,4 @@ tools/MapAtmosFixer/MapAtmosFixer/bin/* /config/title_screens/images/* !/config/title_screens/images/exclude config/admins.txt +_maps/RandomRuins_SpaceRuins_TheDerelictProject.dmm diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 9d65344f..9fd79143 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -29,7 +29,7 @@ resistance_flags = NONE /* - * Posshim's Corpus atire + * Posshim's Corpus atire */ /obj/item/clothing/suit/hooded/corpus/ name = "Standard Voidsuit" @@ -517,6 +517,12 @@ icon_state = "letterman_s" item_state = "letterman_s" +/obj/item/clothing/suit/jacket/letterman_gato + name = "Gato letterman jacket" + desc = "A GATO themed letterman jacket. Perfect for repping your pride in the company as you violently murder russian mobsters" + icon_state = "letterman_gato" + item_state = "letterman_gato" + /obj/item/clothing/suit/jacket/letterman_nanotrasen name = "blue letterman jacket" desc = "A blue letterman jacket with a proud Nanotrasen N on the back. The tag says that it was made in Space China." diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index 7d0ffcca..345bac08 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -8,6 +8,7 @@ vend_reply = "Thank you for using the ClothesMate!" products = list(/obj/item/clothing/head/that = 4, /obj/item/clothing/head/fedora = 3, + /obj/item/clothing/suit/jacket/letterman_gato = 5, /obj/item/clothing/glasses/monocle = 3, /obj/item/clothing/suit/jacket = 4, /obj/item/clothing/suit/jacket/flannel = 4, diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 1452e389..399b77b5 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 f74bf730..85bc48f4 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ