From 753e3d91bac5df7d997750b97965c03a809a8943 Mon Sep 17 00:00:00 2001 From: sarcoph <83266791+sarcoph@users.noreply.github.com> Date: Sat, 30 Apr 2022 03:44:29 -0800 Subject: [PATCH] i forgot to actually add masks to loadout lol --- tgstation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/tgstation.dme b/tgstation.dme index ae5e4b055..0ee6947b0 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3152,6 +3152,7 @@ #include "hyperstation\code\modules\cargo\sweatshop\sweatshop.dm" #include "hyperstation\code\modules\cargo\sweatshop\wooden.dm" #include "hyperstation\code\modules\client\loadout\glasses.dm" +#include "hyperstation\code\modules\client\loadout\mask.dm" #include "hyperstation\code\modules\client\loadout\gloves.dm" #include "hyperstation\code\modules\client\loadout\neck.dm" #include "hyperstation\code\modules\client\loadout\tablet.dm"