From 538c3b21ba4930823e5138be2deace43ccedbf97 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 8 Feb 2019 19:39:04 -0500 Subject: [PATCH 1/3] Vakashi's Permit Enables the character to spawn in with their permit as well as a pepperspray as per approval at https://forum.vore-station.net/viewtopic.php?f=27&t=1447 --- config/custom_items.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/custom_items.txt b/config/custom_items.txt index dd83a67c10f..a507a7e2599 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -897,6 +897,15 @@ item_path: /obj/item/clothing/head/fluff/runac # ######## U CKEYS # ######## V CKEYS { +ckey: vailthewolf +character_name: Vakashi +item_path: /obj/item/clothing/accessory/permit/gun/fluff/Vakashi +} +{ +ckey: vailthewolf +character_name: Vakashi +item_path: /obj/item/weapon/reagent_containers/spray/pepper +} ckey: verkister character_name: Cameron Eggbert item_path: /obj/item/clothing/glasses/fluff/science_proper From 7d3f5b8627d619d9609fe2754252e51ed218a57b Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 8 Feb 2019 19:46:39 -0500 Subject: [PATCH 2/3] Vakashi's Permit Adds Vakashi's permit as per https://forum.vore-station.net/viewtopic.php?f=27&t=1447 --- code/modules/vore/fluffstuff/custom_permits_vr.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/vore/fluffstuff/custom_permits_vr.dm b/code/modules/vore/fluffstuff/custom_permits_vr.dm index 204cf164cc9..dbb60d33dd8 100644 --- a/code/modules/vore/fluffstuff/custom_permits_vr.dm +++ b/code/modules/vore/fluffstuff/custom_permits_vr.dm @@ -48,6 +48,11 @@ desc = "A card indicating that the owner is allowed to carry a sidearm. It is issued by CentCom, so it is valid until it expires on April 24th, 2562." */ +// ValiTheWolf: Vakashi +/obj/item/clothing/accessory/permit/gun/fluff/Vakashi + name = "Vakashi's Sidearm Permit" + desc = "A card indicating that the owner is allowed to carry a sidearm that uses less-than-lethal munitions. It is issued by CentCom, so it is valid until it expires on February 8th, 2564." + /* silenedmp5a5:Serdykov Antoz /obj/item/clothing/accessory/permit/gun/fluff/silencedmp5a5 name = "Serdykov Antoz's Sidearm Permit" From b7c90be1b0ac0c2752e01c3093ac568257dff2b6 Mon Sep 17 00:00:00 2001 From: Spades Date: Sat, 23 Feb 2019 11:49:19 -0500 Subject: [PATCH 3/3] Extended the expiration time --- code/modules/vore/fluffstuff/custom_permits_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_permits_vr.dm b/code/modules/vore/fluffstuff/custom_permits_vr.dm index dbb60d33dd8..ac8c689094d 100644 --- a/code/modules/vore/fluffstuff/custom_permits_vr.dm +++ b/code/modules/vore/fluffstuff/custom_permits_vr.dm @@ -51,7 +51,7 @@ // ValiTheWolf: Vakashi /obj/item/clothing/accessory/permit/gun/fluff/Vakashi name = "Vakashi's Sidearm Permit" - desc = "A card indicating that the owner is allowed to carry a sidearm that uses less-than-lethal munitions. It is issued by CentCom, so it is valid until it expires on February 8th, 2564." + desc = "A card indicating that the owner is allowed to carry a sidearm that uses less-than-lethal munitions. It is issued by CentCom, so it is valid until it expires on March 1st, 2564." /* silenedmp5a5:Serdykov Antoz /obj/item/clothing/accessory/permit/gun/fluff/silencedmp5a5