alright then

This commit is contained in:
SandPoot
2023-07-19 21:15:52 -03:00
parent 86cc2c0b0d
commit 3645d00ec0

View File

@@ -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)
..()