Files
GyranandGitHub 3faaf783c5 [MODULAR] Handheld Blueshield Monitor (#20280)
Adds the blueshield's handheld monitor
2023-04-03 02:04:04 +01:00

9 lines
393 B
Plaintext

/obj/item/sensor_device/blueshield
name = "blueshield's handheld monitor"
desc = "A unique model of handheld crew monitor that seems to have been customized for Executive Protection purposes."
icon = 'modular_skyrat/modules/blueshield/icons/device.dmi'
icon_state = "blueshield_scanner"
/obj/item/sensor_device/blueshield/attack_self(mob/user)
GLOB.blueshield_crewmonitor.show(user,src)