mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fix surgery breaking bones when performed correctly
I have to believe this is somehow misplaced. "Whoops!"
This commit is contained in:
@@ -103,10 +103,6 @@
|
|||||||
|
|
||||||
affected.open = 3
|
affected.open = 3
|
||||||
|
|
||||||
// Whoops!
|
|
||||||
if(prob(10))
|
|
||||||
affected.fracture()
|
|
||||||
|
|
||||||
/datum/surgery_step/open_encased/retract/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
/datum/surgery_step/open_encased/retract/fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
|
||||||
if (!hasorgans(target))
|
if (!hasorgans(target))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user