This commit is contained in:
Artur
2020-03-18 22:41:21 +02:00
parent bf837d97d7
commit ba972cf0eb
9 changed files with 70 additions and 70 deletions
@@ -72,7 +72,7 @@
if(proximity_flag)
apply_healing_core(target, user)
/obj/item/organ/regenerative_core/apply_healing_core(atom/target, mob/user)
/obj/item/organ/regenerative_core/proc/apply_healing_core(atom/target, mob/user)
if(ishuman(target))
var/mob/living/carbon/human/H = target
if(inert)