From 13b223d56d2763f587e2f00a5341394bed0ab758 Mon Sep 17 00:00:00 2001 From: raspy-on-osu Date: Sun, 27 Dec 2020 02:23:20 -0500 Subject: [PATCH] removes artifact of extra spaces in ventcrawling defines from previous commit --- code/__DEFINES/mobs.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm index cf2a8a9477..153a82ad5e 100644 --- a/code/__DEFINES/mobs.dm +++ b/code/__DEFINES/mobs.dm @@ -29,9 +29,9 @@ #define MOB_SIZE_LARGE 3 // Ventcrawling defines -#define VENTCRAWLER_NONE 0 -#define VENTCRAWLER_NUDE 1 -#define VENTCRAWLER_ALWAYS 2 +#define VENTCRAWLER_NONE 0 +#define VENTCRAWLER_NUDE 1 +#define VENTCRAWLER_ALWAYS 2 // Bloodcrawling defines #define BLOODCRAWL 1