mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Require lying down for a surgery step to operate (#19570)
This commit is contained in:
@@ -97,6 +97,9 @@
|
||||
if(!self_operable && user == target)
|
||||
return FALSE
|
||||
|
||||
if(lying_required && !on_operable_surface(target))
|
||||
return FALSE
|
||||
|
||||
var/datum/surgery_step/step = get_surgery_step()
|
||||
if(step)
|
||||
var/obj/item/tool = user.get_active_hand()
|
||||
|
||||
Reference in New Issue
Block a user