mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Robot Code Overhaul (#9304)
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
icon_state = "securearea"
|
||||
var/sight_mode = null
|
||||
|
||||
/obj/item/borg/sight/on_module_hotbar(mob/living/silicon/robot/R)
|
||||
R.sight_mode |= sight_mode
|
||||
|
||||
/obj/item/borg/sight/on_module_store(mob/living/silicon/robot/R)
|
||||
R.sight_mode &= ~sight_mode
|
||||
|
||||
/obj/item/borg/sight/xray
|
||||
name = "\proper x-ray vision"
|
||||
|
||||
Reference in New Issue
Block a user