Skip to content

Commit

Permalink
tfw the robot main misses robot surgery
Browse files Browse the repository at this point in the history
  • Loading branch information
its-helvi committed Jan 5, 2025
1 parent 7f5e75d commit f8b5c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/computer/Operating.dm
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@
/datum/surgery_step/internal/remove_organ,
/datum/surgery_step/internal/attach_organ,
/datum/surgery_step/internal/rip_organ,
/datum/surgery_step/robotics/detatch_organ_robotic,
/datum/surgery_step/robotics/attach_organ_robotic,
)
for(var/datum/surgery_step/S in possible_next_steps)
if (S.type in prompting_surgery_steps)
Expand Down

0 comments on commit f8b5c0d

Please sign in to comment.