From 166fd3930d6d33400fc61db0868c69cb01539785 Mon Sep 17 00:00:00 2001 From: TomTyph <37611307+TomTyph@users.noreply.github.com> Date: Fri, 7 Dec 2018 21:31:11 -0600 Subject: [PATCH] Add Sarika's Permit Adds a permit for Sarika --- 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 c96783e246..fc5d47e37c 100644 --- a/code/modules/vore/fluffstuff/custom_permits_vr.dm +++ b/code/modules/vore/fluffstuff/custom_permits_vr.dm @@ -21,6 +21,11 @@ name = "Tasald Ajax Corlethian's Sidearm Permit" 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 August 2nd, 2562." +//tomtyph: Sarika +/obj/item/clothing/accessory/permit/gun/fluff/tomtyph + name = "Sarika's Sidearm Permit" + 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 December 7th, 2563." + // dhaeleena:Dhaeleena M'iar /obj/item/clothing/accessory/permit/gun/fluff/dhaeleena_miar name = "Dhaeleena M'iar's Sidearm Permit"