Skip to content

Commit

Permalink
More Fixes (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx authored Jul 24, 2024
1 parent 1bb2da6 commit cc18e2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions code/modules/fabrication/designs/general/designs_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions code/modules/research/designs/designs_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions mods/RnD/code/tech_illegal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit cc18e2f

Please sign in to comment.