From 3645d00ec04a8194fcb34bf7df8dee6610ae3600 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Wed, 19 Jul 2023 21:15:52 -0300 Subject: [PATCH] alright then --- code/modules/clothing/under/_under.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/_under.dm b/code/modules/clothing/under/_under.dm index 04a39ac8cf..4c872e5f83 100644 --- a/code/modules/clothing/under/_under.dm +++ b/code/modules/clothing/under/_under.dm @@ -99,13 +99,13 @@ has_sensor = BROKEN_SENSORS sensordamage = sensormaxintegrity -/obj/item/clothing/under/Initialize(mapload) +/obj/item/clothing/under/New() if(sensor_flags & SENSOR_RANDOM) //make the sensor mode favor higher levels, except coords. sensor_mode = pick(SENSOR_OFF, SENSOR_LIVING, SENSOR_LIVING, SENSOR_VITALS, SENSOR_VITALS, SENSOR_VITALS, SENSOR_COORDS, SENSOR_COORDS) sensor_mode_intended = sensor_mode register_context() - return ..() + ..() /obj/item/clothing/under/equipped(mob/user, slot) ..()