Skip to content

Commit

Permalink
TWEAK: Ninja borgo hypo pierce (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdGinalD authored Aug 27, 2023
1 parent 321f4e6 commit b1e84de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
modules += new /obj/item/twohanded/shockpaddles/borg(src)
modules += new /obj/item/handheld_defibrillator(src)
modules += new /obj/item/roller_holder(src)
modules += new /obj/item/reagent_containers/borghypo/upgraded(src)
modules += new /obj/item/reagent_containers/borghypo/upgraded/super(src)
modules += new /obj/item/stack/medical/bruise_pack/advanced/cyborg(src)
modules += new /obj/item/stack/medical/ointment/advanced/cyborg(src)

Expand Down
2 changes: 2 additions & 0 deletions code/modules/reagents/reagent_containers/borghydro.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
"calomel" = list('icons/obj/items.dmi', "soap"), \
"oculine" = list('icons/obj/surgery.dmi', "eyes"))

/obj/item/reagent_containers/borghypo/upgraded/super
bypass_protection = TRUE

/obj/item/reagent_containers/borghypo/empty()
set hidden = TRUE
Expand Down

0 comments on commit b1e84de

Please sign in to comment.