mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Cyborg modules now automatically turn off when deactivated (#41326)
* Cyborg modules turn off when deactivated * gives mining borgs built in mining scanners
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
var/current_cooldown = 0
|
||||
var/range = 7
|
||||
|
||||
/obj/item/t_scanner/adv_mining_scanner/cyborg/Initialize()
|
||||
. = ..()
|
||||
toggle_on()
|
||||
|
||||
/obj/item/t_scanner/adv_mining_scanner/lesser
|
||||
name = "automatic mining scanner"
|
||||
desc = "A scanner that automatically checks surrounding rock for useful minerals; it can also be used to stop gibtonite detonations."
|
||||
|
||||
Reference in New Issue
Block a user