Skip to content

Commit

Permalink
Merge pull request VOREStation#15418 from TankTheBirb/nif-me-borgi-uvu
Browse files Browse the repository at this point in the history
Removes unecessary tooling and re-adds necessary tooling to research borgs
  • Loading branch information
Heroman3003 authored Sep 24, 2023
2 parents 67bea33 + 75f7891 commit 4e5f818
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,8 @@ var/global/list/robot_modules = list(
src.modules += new /obj/item/weapon/tool/wrench/cyborg(src)
src.modules += new /obj/item/weapon/tool/wirecutters/cyborg(src)
src.modules += new /obj/item/device/multitool(src)
src.modules += new /obj/item/weapon/surgical/scalpel/cyborg(src)
src.modules += new /obj/item/weapon/surgical/circular_saw/cyborg(src)
src.modules += new /obj/item/weapon/surgical/hemostat/cyborg(src) //Synth repair
src.modules += new /obj/item/weapon/surgical/surgicaldrill/cyborg(src) //NIF repair
src.modules += new /obj/item/weapon/reagent_containers/syringe(src)
src.modules += new /obj/item/weapon/reagent_containers/glass/beaker/large(src)
src.modules += new /obj/item/weapon/storage/part_replacer(src)
Expand Down

0 comments on commit 4e5f818

Please sign in to comment.