Merge pull request #2295 from CHOMPStation2/Razgriz1032-patch-5

Change Osteodaxon total volume required from 5 to 1
This commit is contained in:
Nadyr
2021-06-29 19:46:18 -04:00
committed by GitHub

View File

@@ -729,7 +729,7 @@
if(istype(R,/datum/reagent/osteodaxon))
totalvol += R.volume
totalvol += volume
if(totalvol >= 5)
if(totalvol >= 1)
for(var/obj/item/organ/external/O in H.bad_external_organs)
if(O.status & ORGAN_BROKEN)
O.mend_fracture() //Only works if the bone won't rebreak, as usual