diff --git a/code/modules/fabrication/designs/general/designs_medical.dm b/code/modules/fabrication/designs/general/designs_medical.dm index 3e093bfe7a3ef..5972bfd6459d3 100644 --- a/code/modules/fabrication/designs/general/designs_medical.dm +++ b/code/modules/fabrication/designs/general/designs_medical.dm @@ -13,6 +13,9 @@ /datum/fabricator_recipe/medical/dropper path = /obj/item/reagent_containers/dropper +/datum/fabricator_recipe/medical/pill_bottle + path = /obj/item/storage/pill_bottle + /datum/fabricator_recipe/medical/cautery path = /obj/item/cautery diff --git a/code/modules/research/designs/designs_medical.dm b/code/modules/research/designs/designs_medical.dm index 4df0194c2183a..51ca555b6716a 100644 --- a/code/modules/research/designs/designs_medical.dm +++ b/code/modules/research/designs/designs_medical.dm @@ -12,6 +12,7 @@ build_path = /obj/item/device/scanner/health sort_string = "MAABA" +/datum/design/item/medical/autopsy_scanner shortname = "Autopsy Scanner" desc = "Used to gather information on wounds." id = "autopsy_scanner" diff --git a/mods/RnD/code/tech_illegal.dm b/mods/RnD/code/tech_illegal.dm index 05f65665ffefe..e18820155e1d5 100644 --- a/mods/RnD/code/tech_illegal.dm +++ b/mods/RnD/code/tech_illegal.dm @@ -46,8 +46,8 @@ /datum/technology/esoteric/freedom_implant - name = "Glass Case- 'Freedom'" - desc = "Glass Case- 'Freedom'" + name = "Silent and Dangerous" + desc = "Silent and Dangerous" id = "freedom_implant" @@ -59,7 +59,7 @@ required_tech_levels = list() cost = 1500 - unlocks_designs = list("implant_free", "implant_adrenaline") + unlocks_designs = list("implant_free", "implant_adrenaline", "augment_wristblade") /datum/technology/esoteric/borg_syndicate_module name = "Borg Illegal Module" @@ -93,8 +93,8 @@ unlocks_designs = list("tyrant") /datum/technology/esoteric/explosive_implant - name = "Explosive Implant" - desc = "Explosive Implant" + name = "Loud and Dangerous" + desc = "Loud and Dangerous" id = "explosive_implant" x = 0.4 @@ -105,7 +105,7 @@ required_tech_levels = list() cost = 1250 - unlocks_designs = list("implant_explosive") + unlocks_designs = list("implant_explosive", "augment_popout_shotgun") /datum/technology/esoteric/enet name = "Energy Net"