From 60bceefaace18b868ca5be82a8b2eb622121d40d Mon Sep 17 00:00:00 2001 From: Gearshy Date: Tue, 28 Feb 2017 23:54:27 +0100 Subject: [PATCH] Makes nudity permits not cover anything --- code/modules/clothing/under/miscellaneous_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/miscellaneous_vr.dm b/code/modules/clothing/under/miscellaneous_vr.dm index 82266df9876..3578d18b99e 100644 --- a/code/modules/clothing/under/miscellaneous_vr.dm +++ b/code/modules/clothing/under/miscellaneous_vr.dm @@ -3,6 +3,7 @@ desc = "This permit entitles the bearer to conduct their duties without a uniform. Normally issued to furred crewmembers or those with nothing to hide." icon = 'icons/obj/card.dmi' icon_state = "guest" + body_parts_covered = 0 sprite_sheets = list()