Skip to content

Commit

Permalink
Update station.dm
Browse files Browse the repository at this point in the history
removes borg medihud item
  • Loading branch information
Durandaal committed Jan 6, 2025
1 parent 1e4dbcd commit 7ea8ca1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ var/global/list/robot_modules = list(
src.modules += new /obj/item/weapon/surgical/circular_saw/cyborg(src)
src.modules += new /obj/item/weapon/surgical/surgicaldrill/cyborg(src)
src.modules += new /obj/item/weapon/surgical/bioregen/cyborg(src)
src.modules += new /obj/item/borg/sight/hud/med(src)
// RS Edit end
var/obj/item/weapon/reagent_containers/spray/PS = new /obj/item/weapon/reagent_containers/spray(src)
src.emag += PS
Expand Down

0 comments on commit 7ea8ca1

Please sign in to comment.