Ling and Technomancer now have ways to cure infections

This commit is contained in:
Anewbe
2017-04-12 19:15:32 -05:00
parent 88e38117d9
commit d1657e23c2
3 changed files with 27 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ var/list/organ_cache = list()
/obj/item/organ/proc/rejuvenate(var/ignore_prosthetic_prefs)
damage = 0
status = 0
germ_level = 0
if(!ignore_prosthetic_prefs && owner && owner.client && owner.client.prefs && owner.client.prefs.real_name == owner.real_name)
var/status = owner.client.prefs.organ_data[organ_tag]
if(status == "assisted")