From e167b25f4c78f7d772ae4682385f8634f249b0e1 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 1 Mar 2019 14:00:58 -0500 Subject: [PATCH 1/6] Add Resh's HOS Coat So, I saw a thing on forums here, https://forum.vore-station.net/viewtopic.php?f=26&t=1519 and thought, 'hey, I can fix that.' So, here we are. :> Also adjusts Phi's last name - in the comment for the listing - as I've seen it in-game, back to Viesti. --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 17c734e2405..db25bebb6a4 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1689,7 +1689,7 @@ Departamental Swimsuits, for general use icon_state = "kilanosuit_p" item_state = "kilanosuit_p" -//Mewchild: Phi Ahkeen +//Mewchild: Phi Viesti /obj/item/clothing/gloves/ring/seal/signet/fluff/phi name = "Phi's Bone Signet Ring" desc = "A signet ring belonging to Phi, carved from the bones of something long extinct, as a ward against bad luck." @@ -1810,3 +1810,14 @@ Departamental Swimsuits, for general use body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS w_class = ITEMSIZE_NORMAL slot = ACCESSORY_SLOT_OVER + +//Mr_Signmeup: Reshskakskakss Seekiseekis +/obj/item/clothing/suit/security/navyhos + name = "head of security's jacket" + desc = "This piece of clothing was specifically designed for asserting superior authority." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "hosbluejacket" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "hosbluejacket" From 997fe12dc740eaa599bdff66986c1ba7f9f4f071 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 1 Mar 2019 14:16:47 -0500 Subject: [PATCH 2/6] Minor Change Phi Ahkeen -> Phi Viesti --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index c75ac1ae2e6..4d28c18ae44 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -228,7 +228,7 @@ /obj/item/clothing/gloves/fluff/morsleeves, /obj/item/clothing/under/fluff/morunder) -// Mewchild: Phi Ahkeen +// Mewchild: Phi Viesti /obj/item/weapon/storage/box/fluff/phi name = "Phi's Personal Items" has_items = list( From 04cdb9d7d4d1f46d22e9a052292b9e87ef73fa23 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 1 Mar 2019 14:18:11 -0500 Subject: [PATCH 3/6] Minor Change Phi's char name changed, so this'll make sure that he'll still get his items. :> --- config/custom_items.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/custom_items.txt b/config/custom_items.txt index dd83a67c10f..a304a0b557b 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -584,7 +584,7 @@ item_path: /obj/item/weapon/implanter/reagent_generator/savannah # ######## M CKEYS { ckey: mewchild -character_name: Phi Ahkeen +character_name: Phi Viesti item_path: /obj/item/weapon/storage/box/fluff/phi } From eaf41744e1a80b67953b104681bf742750c005a1 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 1 Mar 2019 15:05:18 -0500 Subject: [PATCH 4/6] Typo fix --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 4d28c18ae44..b8124120927 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -228,7 +228,7 @@ /obj/item/clothing/gloves/fluff/morsleeves, /obj/item/clothing/under/fluff/morunder) -// Mewchild: Phi Viesti +// Mewchild: Phi Vietsi /obj/item/weapon/storage/box/fluff/phi name = "Phi's Personal Items" has_items = list( From 02ef9c29ed4c8333a2830e0c5ddd22699a909e87 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 1 Mar 2019 15:05:47 -0500 Subject: [PATCH 5/6] Typo fix --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index db25bebb6a4..21816e7caee 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1689,7 +1689,7 @@ Departamental Swimsuits, for general use icon_state = "kilanosuit_p" item_state = "kilanosuit_p" -//Mewchild: Phi Viesti +//Mewchild: Phi Vietsi /obj/item/clothing/gloves/ring/seal/signet/fluff/phi name = "Phi's Bone Signet Ring" desc = "A signet ring belonging to Phi, carved from the bones of something long extinct, as a ward against bad luck." From 7fdcb505a07d142e770786467f3cfdca84f5edb5 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 1 Mar 2019 15:06:15 -0500 Subject: [PATCH 6/6] Typo fix --- config/custom_items.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/custom_items.txt b/config/custom_items.txt index a304a0b557b..6806fe73350 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -584,7 +584,7 @@ item_path: /obj/item/weapon/implanter/reagent_generator/savannah # ######## M CKEYS { ckey: mewchild -character_name: Phi Viesti +character_name: Phi Vietsi item_path: /obj/item/weapon/storage/box/fluff/phi }