mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
resolve conflicts with dissection removal
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
display_name = "Advanced Surgery"
|
||||
description = "When simple medicine doesn't cut it."
|
||||
prereq_ids = list("imp_wt_surgery")
|
||||
design_ids = list("surgery_lobotomy", "surgery_heal_brute_upgrade_femto", "surgery_heal_burn_upgrade_femto","surgery_heal_combo")
|
||||
design_ids = list("surgery_lobotomy", "surgery_heal_brute_upgrade_femto", "surgery_heal_burn_upgrade_femto","surgery_heal_combo","surgery_wing_reconstruction")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1500)
|
||||
export_price = 4000
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
time = 200
|
||||
chems_needed = list(/datum/reagent/medicine/c2/instabitaluri)
|
||||
require_all_chems = FALSE
|
||||
experience_given = MEDICAL_SKILL_ADVANCED
|
||||
|
||||
/datum/surgery_step/wing_reconstruction/preop(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
|
||||
display_results(user, target, "<span class='notice'>You begin to fix [target]'s charred wing membranes...</span>",
|
||||
|
||||
Reference in New Issue
Block a user