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"