[MIRROR] Fixes mining cyborg ore scanner shutting off when stored. (#26615)

* Fixes mining cyborg ore scanner shutting off when stored. (#81604)

* Fixes mining cyborg ore scanner shutting off when stored.

---------

Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-02-25 16:59:24 -05:00
committed by GitHub
co-authored by ArcaneMusic Pinta
parent 4403eb7063
commit f05ef9688d
2 changed files with 9 additions and 1 deletions
@@ -49,6 +49,9 @@
/// The range of the scanner in tiles.
var/range = 7
/obj/item/t_scanner/adv_mining_scanner/cyborg
shut_off_on_unequip = FALSE
/obj/item/t_scanner/adv_mining_scanner/cyborg/Initialize(mapload)
. = ..()
toggle_on()