Makes Alraune variable on only /human. Changes a few 0's to FALSE and a few 1's to TRUE.

This commit is contained in:
Cameron653
2018-06-16 01:32:55 -04:00
parent 864c4ca106
commit da4773ebdb
6 changed files with 11 additions and 11 deletions
@@ -2023,8 +2023,8 @@
self_emote_descriptor = list("grab", "pick", "snatch")
assigned_proc = /mob/living/carbon/human/proc/use_reagent_implant_fruit_implant
/obj/item/weapon/implant/reagent_generator/fruit_implant/implanted(mob/living/carbon/source)
if(source.species.name != "Alraune")
/obj/item/weapon/implant/reagent_generator/fruit_implant/implanted(mob/living/carbon/human/source)
if(source.species.name != SPECIES_ALRAUNE)
to_chat(source, "<span class='notice'>Perhaps using this implant as a non Alraune was a bad idea...</span>") //You wasted it. Good job.
return 1
processing_objects += src