From 008be9ffcd23fc83f9e1093a78c874166c31f076 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 19 Aug 2019 12:34:15 +0200 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 8 ++++---- 1 file changed, 4 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 8e34b75bfb..0c88de9581 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -575,7 +575,7 @@ mob/living/simple_animal/synx/PunchTarget() ..() faction = rand(1,5) switch(faction) - if(1 to 2) + if(1 , 2) voices |= "Unidentifiable Weeping" name = "Weeper" melee_damage_upper = 4 @@ -583,7 +583,7 @@ mob/living/simple_animal/synx/PunchTarget() voices |= "Radio Static" name = "Whistler" melee_damage_upper = 20 - if(4 to 5) + if(4 , 5) voices |= "Unidentifiable Wailing" name= "Wailer" melee_damage_upper = 10 @@ -608,7 +608,7 @@ 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 , 2 , 11 , 12) voices = "Unidentifiable Weeping" name = "Weeper" melee_damage_upper = 4 @@ -616,7 +616,7 @@ mob/living/simple_animal/synx/PunchTarget() voices = "Radio Static" name = "Whistler" melee_damage_upper = 20 - if(4 to 5 , 14 to 15) + if(4 , 5 , 14 , 15) voices = "Unidentifiable Wailing" name= "Wailer" melee_damage_upper = 10