Adds some more checks to make surgery computers (#30093)

work on cavity surgery again
This commit is contained in:
SchrodingersWolf
2025-08-28 16:33:20 -04:00
committed by GitHub
parent 756f1034ea
commit f3575712a6
+1 -1
View File
@@ -516,7 +516,7 @@
* *
*/
/datum/surgery_step/proc/get_step_information(datum/surgery/surgery, with_tools = FALSE)
if(!with_tools)
if(!with_tools || accept_any_item || accept_hand)
return name
var/list/tools = list()