mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Adds some more checks to make surgery computers (#30093)
work on cavity surgery again
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user