From a3d92f5688f182e17e842e6d52eed8dafc473b84 Mon Sep 17 00:00:00 2001 From: InsaneRed Date: Tue, 6 Feb 2024 01:52:30 +0300 Subject: [PATCH] line del --- code/__DEFINES/traits.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/__DEFINES/traits.dm b/code/__DEFINES/traits.dm index d11254b522e0..c2abe21a26ad 100644 --- a/code/__DEFINES/traits.dm +++ b/code/__DEFINES/traits.dm @@ -228,7 +228,6 @@ /// If the mob is cloaked in any form #define TRAIT_CLOAKED "t_cloaked" - // -- ability traits -- /// Xenos with this trait cannot have plasma transfered to them #define TRAIT_ABILITY_NO_PLASMA_TRANSFER "t_ability_no_plasma_transfer"