mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Fixes the 'attach organ' synthetic surgery. (#9642)
Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ef1c8de95f
commit
94d12f3568
@@ -259,6 +259,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, \
|
||||
@@ -398,6 +400,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