mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
surgery fixes (#16716)
This commit is contained in:
@@ -238,6 +238,8 @@
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
||||
/datum/surgery_step/robotics/fix_organ_robotic //For artificial organs
|
||||
|
||||
priority = 2
|
||||
surgery_name = "Fix Robotic Organ"
|
||||
allowed_tools = list(
|
||||
/obj/item/stack/nanopaste = 100, \
|
||||
@@ -371,6 +373,8 @@
|
||||
///////////////////////////////////////////////////////////////
|
||||
|
||||
/datum/surgery_step/robotics/attach_organ_robotic
|
||||
|
||||
priority = 2
|
||||
surgery_name = "Attach Robotic Organ"
|
||||
allowed_procs = list(IS_SCREWDRIVER = 100)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user