From 1f7e17c2e6489a43a9ca7b267c18399a19b3708d Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Feb 2019 10:12:34 +0100 Subject: [PATCH] woops Fixed --- code/modules/mob/living/simple_animal/animals/synx.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 5c1579bb72..6e6065079a 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -237,12 +237,10 @@ mob/living/simple_animal/synx/PunchTarget() player_msg = "You Hunger." health = 100//Slightly lower health due to being damaged permanently. speak_chance = 2 - //Vore Section vore_capacity = 4 //What a fat noodle. vore_digest_chance = 1 //Multivore but lower digest chance vore_pounce_chance = 90 //Fighting is effort, engulf them whole. vore_bump_chance = 2 //lowered bump chance vore_escape_chance = 5 //Multivore allows for people to shove eachother out so lower normal escape chance. - - + ..()