From 0d434fadab88b2bb2b232bbc9bea30b7a0e5b860 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 28 May 2018 14:47:07 -0400 Subject: [PATCH 1/2] Corrects explorer permit language Permit doesn't let them carry guns "on the surface", it lets them carry guns while exploring. --- code/modules/clothing/under/accessories/permits_vr.dm | 3 +++ vorestation.dme | 1 + 2 files changed, 4 insertions(+) create mode 100644 code/modules/clothing/under/accessories/permits_vr.dm diff --git a/code/modules/clothing/under/accessories/permits_vr.dm b/code/modules/clothing/under/accessories/permits_vr.dm new file mode 100644 index 0000000000..a4f5a08d61 --- /dev/null +++ b/code/modules/clothing/under/accessories/permits_vr.dm @@ -0,0 +1,3 @@ +/obj/item/clothing/accessory/permit/gun/planetside + name = "exploration gun permit" + desc = "A card indicating that the owner is allowed to carry a firearm during active exploration missions." \ No newline at end of file diff --git a/vorestation.dme b/vorestation.dme index 91e021c205..d1c4102822 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1611,6 +1611,7 @@ #include "code\modules\clothing\under\accessories\holster.dm" #include "code\modules\clothing\under\accessories\lockets.dm" #include "code\modules\clothing\under\accessories\permits.dm" +#include "code\modules\clothing\under\accessories\permits_vr.dm" #include "code\modules\clothing\under\accessories\storage.dm" #include "code\modules\clothing\under\jobs\civilian.dm" #include "code\modules\clothing\under\jobs\engineering.dm" From 310dcd4d0d147f15d6cf67b743a4f732d5db1e83 Mon Sep 17 00:00:00 2001 From: Spades Date: Mon, 28 May 2018 19:26:56 -0400 Subject: [PATCH 2/2] Grammar! --- code/modules/clothing/under/accessories/permits_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/accessories/permits_vr.dm b/code/modules/clothing/under/accessories/permits_vr.dm index a4f5a08d61..6b73b13bcd 100644 --- a/code/modules/clothing/under/accessories/permits_vr.dm +++ b/code/modules/clothing/under/accessories/permits_vr.dm @@ -1,3 +1,3 @@ /obj/item/clothing/accessory/permit/gun/planetside - name = "exploration gun permit" - desc = "A card indicating that the owner is allowed to carry a firearm during active exploration missions." \ No newline at end of file + name = "explorer gun permit" + desc = "A card indicating that the owner is allowed to carry a firearm during active exploration missions."