Husks and donuts

Fixes various dehusking methods, and also donut crafting.
This commit is contained in:
JaySparrow
2020-07-14 19:35:27 -05:00
parent 77fa902c99
commit 8ef0e74ec9
3 changed files with 6 additions and 1 deletions
@@ -27,6 +27,8 @@
/datum/surgery_step/reconstruct/success(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
user.visible_message("[user] fixes some of [target]'s wounds.", "<span class='notice'>You succeed in fixing some of [target]'s wounds.</span>")
target.heal_bodypart_damage(10,10)
if(target.getFireLoss() <= 20 && target.getBruteLoss() <= 20)
target.cure_husk()
return TRUE
/datum/surgery_step/reconstruct/failure(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)