mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Surgery Hotfixes: Part 1 (#19108)
* Fixes up a few notable bugs with surgery - Synthetic cavity implants now have a close step (oops!) - Fixes up logic for intermediate surgery steps * nah I'll deal with this later * oops this was unused
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
|
||||
if(!isnull(current_surgery) && !current_surgery.step_in_progress)
|
||||
var/datum/surgery_step/current_step = current_surgery.get_surgery_step()
|
||||
if(current_step.try_op(user, target, user.zone_selected, parent, current_surgery))
|
||||
if(current_step.try_op(user, target, user.zone_selected, parent, current_surgery) == SURGERY_INITIATE_SUCCESS)
|
||||
return
|
||||
if(istype(parent, /obj/item/scalpel/laser/manager/debug))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user