Skip to content

Commit

Permalink
more borg QOL tweaks and airlocks to the people (#4955)
Browse files Browse the repository at this point in the history
Finally allows both research and medical borgs to partake in genetics via the medical gripper.
Fixes a small pathing issue I made with the paperwork gripper. Can now grip ALL types of data disks.
Good news anyone can now craft airlocks and it is no longer bound to the guild handyman perk. Bad news! Drones and by extent AIs can no longer produce guild products.
  • Loading branch information
benj8560 authored Jan 19, 2024
1 parent a0085e9 commit 87f07cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion code/datums/craft/recipes/airlocks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
list(CRAFT_MATERIAL, 10, MATERIAL_STEEL),
)
related_stats = list(STAT_MEC)
requiredPerk = PERK_HANDYMAN

/datum/craft_recipe/airlock/standard
name = "airlock assembly"
Expand Down
4 changes: 2 additions & 2 deletions code/modules/mob/living/silicon/robot/gripper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
/obj/item/spacecash,
/obj/item/coin,
/obj/item/device/toner,
/obj/item/computer_hardware/hard_drive/portable/design
/obj/item/computer_hardware/hard_drive/portable
)

/obj/item/gripper/research //A general usage gripper, used for toxins/robotics/xenobio/etc
Expand Down Expand Up @@ -290,7 +290,7 @@
/obj/item/tank,
/obj/item/reagent_containers/food/snacks/meat, //For grinding up roaches
/obj/item/reagent_containers/food/snacks/grown, //For grinding up herbs

/obj/item/genetics, //for doing genetics. Research borgs get this as well
/obj/item/stack/material/plasma
)

Expand Down
3 changes: 1 addition & 2 deletions code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,7 @@ var/global/list/robot_modules = list(
P.synths = list(plastic)
src.modules += P

//We know guild work and robotics.
R.stats.addPerk(PERK_HANDYMAN)
//We know repair work and robotics.
R.stats.addPerk(PERK_ROBOTICS_EXPERT)
R.stats.addPerk(PERK_SI_SCI)

Expand Down

0 comments on commit 87f07cb

Please sign in to comment.