mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
9 lines
393 B
Plaintext
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)
|