From 78eac25f9af577f9cd02b2ade054de8dc23efc2c Mon Sep 17 00:00:00 2001 From: Purpose Date: Wed, 19 Sep 2018 21:41:48 +0100 Subject: [PATCH] Fixes #8018 --- code/modules/clothing/masks/breath.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/clothing/masks/breath.dm b/code/modules/clothing/masks/breath.dm index 93b12a87717..b47856fb38c 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -47,3 +47,9 @@ permeability_coefficient = 0.01 species_restricted = list("Vox") actions_types = list() + +/obj/item/clothing/mask/breath/vox/attack_self(var/mob/user) + return + +/obj/item/clothing/mask/breath/vox/AltClick(mob/user) + return