Skip to content

Commit

Permalink
Merge pull request #1136 from FeenieRU/fix_research
Browse files Browse the repository at this point in the history
Fix researches
  • Loading branch information
MrCat15352 authored Oct 24, 2024
2 parents 8b4c3f7 + 3ed4ec7 commit ea16221
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/research/techweb/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
display_name = "Xeno-organ Biology"
description = "Phytosians, even Skeletons... We finally understand the less well known species enough to replicate their anatomy."
prereq_ids = list("adv_biotech")
design_ids = list("limbdesign_abductor", "limbdesign_fly", "limbdesign_pod", "limbdesign_skeleton", "limbdesign_snail")
design_ids = list("tajaralong", "riollong", "limbdesign_abductor", "limbdesign_fly", "limbdesign_pod", "limbdesign_skeleton", "limbdesign_snail") // [CELADON-EDIT] - Adding tails - PR #1136
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
export_price = 5000

Expand Down
2 changes: 1 addition & 1 deletion mod_celadon/riol/code/tweaks/limbgrower.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/datum/design/riol_tail
name = "Riol Tail"
id = "long"
id = "riollong"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 20)
build_path = /obj/item/organ/tail/riol/fake
Expand Down
2 changes: 1 addition & 1 deletion mod_celadon/tajara/code/tweaks/limbgrower.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/datum/design/tajara_tail
name = "Tajara Tail"
id = "long"
id = "tajaralong"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 20)
build_path = /obj/item/organ/tail/tajara/fake
Expand Down

0 comments on commit ea16221

Please sign in to comment.