mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +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:
@@ -304,6 +304,11 @@
|
||||
desc = "An advanced welder designed to be used in robotic systems."
|
||||
toolspeed = 0.5
|
||||
|
||||
/obj/item/weldingtool/largetank/cyborg/cyborg_unequip(mob/user)
|
||||
if(!isOn())
|
||||
return
|
||||
switched_on(user)
|
||||
|
||||
/obj/item/weldingtool/largetank/flamethrower_screwdriver()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user