From fc14a551ecfaf8f5d6d6ea647339895d26ea93e9 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:42:31 +0100 Subject: [PATCH] Update fax_responders.dm --- code/modules/gear_presets/fax_responders.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/gear_presets/fax_responders.dm b/code/modules/gear_presets/fax_responders.dm index 7c1b00118f32..272df4807c90 100644 --- a/code/modules/gear_presets/fax_responders.dm +++ b/code/modules/gear_presets/fax_responders.dm @@ -26,7 +26,6 @@ var/obj/item/clothing/under/uniform = new_human.w_uniform if(istype(uniform)) uniform.has_sensor = UNIFORM_HAS_SENSORS - uniform.sensor_faction = FACTION_NEUTRAL return ..() //*****************************************************************************************************/