Merge pull request #41 from shellspeed1/organ-healing-fixes

Fixes Issue with Tounge, Stomach, and heart not passively healing.
This commit is contained in:
quotefox
2019-10-25 17:09:06 +01:00
committed by GitHub
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@
return S
/obj/item/organ/heart/on_life()
..()
if(owner.client && beating)
failed = FALSE
var/sound/slowbeat = sound('sound/health/slowbeat.ogg', repeat = TRUE)
+1
View File
@@ -17,6 +17,7 @@
low_threshold_cleared = "<span class='info'>The last bouts of pain in your stomach have died out.</span>"
/obj/item/organ/stomach/on_life()
..()
var/datum/reagent/consumable/nutriment/Nutri
if(ishuman(owner))
var/mob/living/carbon/human/H = owner
+3
View File
@@ -23,6 +23,9 @@
/datum/language/aphasia,
/datum/language/slime,
))
healing_factor = STANDARD_ORGAN_HEALING*5 //Fast!!
decay_factor = STANDARD_ORGAN_DECAY/2
/obj/item/organ/tongue/Initialize(mapload)
. = ..()