desnowflakes el memerinnos

This commit is contained in:
Crazylemon64
2016-02-01 10:54:48 -08:00
parent 7116ee4987
commit 0913ea5664
3 changed files with 22 additions and 20 deletions
@@ -148,24 +148,6 @@
if(M.getBruteLoss() && prob(20)) M.heal_organ_damage(1,0)
if(holder.has_reagent("capsaicin"))
holder.remove_reagent("capsaicin", 2)
// Sometimes Crazylemon feels very silly
if(istype(M, /mob/living/carbon/human) && id == "milk") // This is only for the purest of milk
var/mob/living/carbon/human/H = M
if(H.species.name in list("Skeleton"))
H.heal_overall_damage(4,4)
if(prob(5)) // 5% chance per proc to find a random limb, and mend it
var/list/our_organs = H.organs.Copy()
shuffle(our_organs)
for(var/obj/item/organ/external/L in our_organs)
if(istype(L))
if(L.brute_dam < L.min_broken_damage)
L.status &= ~ORGAN_BROKEN
L.status &= ~ORGAN_SPLINTED
L.perma_injury = 0
break // We're only checking one limb here, bucko
if(prob(3))
H.say(pick("Thanks Mr Skeltal", "Thank for strong bones", "Doot doot!"))
..()
return