Merge pull request #12204 from Fox-McCloud/fix-pathing

Fixes Romerol Reagent Pathing
This commit is contained in:
variableundefined
2019-09-04 07:37:42 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -213,7 +213,7 @@
data = B.data.Copy()
..()
datum/reagent/romerol
/datum/reagent/romerol
name = "romerol"
// the REAL zombie powder
id = "romerol"
@@ -236,7 +236,7 @@ datum/reagent/romerol
ZI.insert(H)
..()
/datum/reagent/romerol/stable_mutagen/on_mob_life(mob/living/M)
/datum/reagent/romerol/on_mob_life(mob/living/M)
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(!H.get_organ_slot("zombie_infection"))
+1 -1
View File
@@ -92,7 +92,7 @@
owner.visible_message("<span class='danger'>[owner] suddenly convulses, as [owner.p_they()][stand_up ? " stagger to [owner.p_their()] feet and" : ""] gain a ravenous hunger in [owner.p_their()] eyes!</span>", "<span class='alien'>You HUNGER!</span>")
playsound(owner.loc, 'sound/hallucinations/far_noise.ogg', 50, TRUE)
owner.do_jitter_animation(living_transformation_time)
owner.Stun(living_transformation_time)
owner.Stun(living_transformation_time * 0.05)
to_chat(owner, "<span class='alertalien'>You are now a zombie! Do not seek to be cured, do not help any non-zombies in any way, do not harm your zombie brethren and spread the disease by killing others. You are a creature of hunger and violence.</span>")
/obj/item/organ/internal/zombie_infection/nodamage