mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Merge pull request #12204 from Fox-McCloud/fix-pathing
Fixes Romerol Reagent Pathing
This commit is contained in:
@@ -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"))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user