From 88cba11f0ff75942d0b4429ad1788bea3c5997fd Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 19 Aug 2019 12:25:14 +0200 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 0e2ccdbe6c..613c2c7ec2 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -605,21 +605,22 @@ mob/living/simple_animal/synx/PunchTarget() /mob/living/simple_animal/retaliate/synx/pet/weepinggamblers/proc/handlemutations(faction) switch(faction) - if(1 to 2 || 11 to 12) + if(1 to 2 , 11 to 12) voices = "Unidentifiable Weeping" name = "Weeper" melee_damage_upper = 4 - if(3 || 13) + if(3 , 13) voices = "Radio Static" name = "Whistler" melee_damage_upper = 20 - if(4 to 5 || 14 to 15) + if(4 to 5 , 14 to 15) voices = "Unidentifiable Wailing" name= "Wailer" melee_damage_upper = 10 - if(6 to 10 || 16 to 20) + if(6 to 10 , 16 to 20) voices = "Breathing" name= "Silent" + else return //WEEPING END