From 16fb673a587e02006b7601fc85aceb4bde25fb6b Mon Sep 17 00:00:00 2001 From: MentalCow <92743514+MentalCow@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:08:54 +0100 Subject: [PATCH] Sec PlasmaMen Max Suit Sensors (#62192) Security Officers that spawn with normal jumpsuits have their suit sensors to maximum by default, Plasmamen should be the same. --- code/modules/clothing/under/jobs/Plasmaman/security.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/under/jobs/Plasmaman/security.dm b/code/modules/clothing/under/jobs/Plasmaman/security.dm index c70ddffa8e1..20018b15ac2 100644 --- a/code/modules/clothing/under/jobs/Plasmaman/security.dm +++ b/code/modules/clothing/under/jobs/Plasmaman/security.dm @@ -4,6 +4,8 @@ icon_state = "security_envirosuit" inhand_icon_state = "security_envirosuit" armor = list(MELEE = 10, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 100, RAD = 0, FIRE = 95, ACID = 95) + sensor_mode = SENSOR_COORDS + random_sensor = FALSE /obj/item/clothing/under/plasmaman/security/warden name = "warden plasma envirosuit"