From 1add6fa18d26a62cc93f711c57b6e3cc5cb00c05 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Sun, 29 Sep 2024 00:01:27 +0100 Subject: [PATCH] u --- 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 ..() //*****************************************************************************************************/