From cfd0e9f7e2ece186e392617e9209328ccd9659ae Mon Sep 17 00:00:00 2001 From: Segrain Date: Fri, 9 Aug 2013 07:11:58 +0300 Subject: [PATCH] Vox suit sensors. --- code/modules/clothing/spacesuits/alien.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/clothing/spacesuits/alien.dm b/code/modules/clothing/spacesuits/alien.dm index 0115eef3113..250935d61ad 100644 --- a/code/modules/clothing/spacesuits/alien.dm +++ b/code/modules/clothing/spacesuits/alien.dm @@ -92,6 +92,9 @@ return ..() +/obj/item/clothing/under/vox + has_sensor = 0 + /obj/item/clothing/under/vox/vox_casual name = "alien clothing" desc = "This doesn't look very comfortable."