Tongues decay slower.

This commit is contained in:
Thalpy
2019-10-12 18:01:02 +01:00
parent 96d5a0f74c
commit 04b40fd557
+1 -1
View File
@@ -24,7 +24,7 @@
/datum/language/slime,
))
healing_factor = STANDARD_ORGAN_HEALING*5 //Fast!!
decay_factor = STANDARD_ORGAN_DECAY
decay_factor = STANDARD_ORGAN_DECAY/2
/obj/item/organ/tongue/Initialize(mapload)
. = ..()