Skip to content

Commit

Permalink
[MODULAR] [NO GBP] Fixes exp. robotic tend wounds being invisible (#2…
Browse files Browse the repository at this point in the history
…4307)

ads
  • Loading branch information
nikothedude authored and Iajret committed Oct 13, 2023
1 parent 3ab93db commit 3cc5d5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modular_skyrat/modules/synths/code/surgery/robot_healing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,26 @@
/datum/surgery/robot_healing/basic
name = "Repair robotic limbs (basic)"
healing_step_type = /datum/surgery_step/robot_heal/basic
<<<<<<< HEAD
desc = "A surgical procedure that provides repairs and maintenance to robotic limbs. Is slightly more efficient when the patient is severely damaged."
replaced_by = null
=======
replaced_by = /datum/surgery/robot_healing/upgraded

/datum/surgery/robot_healing/upgraded
name = "Repair robotic limbs (Adv.)"
desc = "A surgical procedure that provides highly effective repairs and maintenance to robotic limbs. Is somewhat more efficient when the patient is severely damaged."
healing_step_type = /datum/surgery_step/robot_heal/upgraded
replaced_by = /datum/surgery/robot_healing/experimental
requires_tech = TRUE

/datum/surgery/robot_healing/experimental
name = "Repair robotic limbs (Exp.)"
desc = "A surgical procedure that quickly provides highly effective repairs and maintenance to robotic limbs. Is moderately more efficient when the patient is severely damaged."
healing_step_type = /datum/surgery_step/robot_heal/experimental
replaced_by = null
requires_tech = TRUE
>>>>>>> 750ae7dcbd9 ([MODULAR] [NO GBP] Fixes exp. robotic tend wounds being invisible (#24307))

/***************************STEPS***************************/

Expand Down

0 comments on commit 3cc5d5a

Please sign in to comment.