From 107f9efbebf31871768f07631c19e8a52159156a Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 11 Feb 2021 10:38:38 +0100 Subject: [PATCH] Enabling Tesh Facemask I guess when i initially ported this from old chomp i forgot to enabled it in DME, woops --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/vorestation.dme b/vorestation.dme index a37b133121..8a9cdd7050 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2009,6 +2009,7 @@ #include "code\modules\clothing\masks\hailer.dm" #include "code\modules\clothing\masks\miscellaneous.dm" #include "code\modules\clothing\masks\shiny_vr.dm" +#include "code\modules\clothing\masks\tesh_synth_facemask.dm" #include "code\modules\clothing\masks\voice.dm" #include "code\modules\clothing\rings\material.dm" #include "code\modules\clothing\rings\rings.dm"