mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
More things use trait huds over raw hud management (#93084)
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
|
||||
/datum/outfit/cyber_police/post_equip(mob/living/carbon/human/user, visuals_only)
|
||||
var/obj/item/clothing/under/officer_uniform = user.w_uniform
|
||||
if(officer_uniform)
|
||||
officer_uniform.has_sensor = NO_SENSORS
|
||||
officer_uniform.sensor_mode = SENSOR_OFF
|
||||
user.update_suit_sensors()
|
||||
if(istype(officer_uniform))
|
||||
officer_uniform.set_has_sensor(NO_SENSORS)
|
||||
officer_uniform.set_sensor_mode(SENSOR_OFF)
|
||||
|
||||
Reference in New Issue
Block a user