mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #2295 from CHOMPStation2/Razgriz1032-patch-5
Change Osteodaxon total volume required from 5 to 1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user