From 5dc9d55a2b843e99ff9cd467dd7caa8a0b5522b7 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Mon, 19 Aug 2019 12:33:11 +0200 Subject: [PATCH] Update synx.dm --- code/modules/mob/living/simple_animal/animals/synx.dm | 11 +++++++---- 1 file changed, 7 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 613c2c7ec2..8e34b75bfb 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -575,13 +575,16 @@ mob/living/simple_animal/synx/PunchTarget() ..() faction = rand(1,5) switch(faction) - if(1 to 2) voices |= "Unidentifiable Weeping" + if(1 to 2) + voices |= "Unidentifiable Weeping" name = "Weeper" melee_damage_upper = 4 - if(3) voices |= "Radio Static" + if(3) + voices |= "Radio Static" name = "Whistler" melee_damage_upper = 20 - if(4 to 5) voices |= "Unidentifiable Wailing" + if(4 to 5) + voices |= "Unidentifiable Wailing" name= "Wailer" melee_damage_upper = 10 speak |= "No one" @@ -591,7 +594,7 @@ mob/living/simple_animal/synx/PunchTarget() speak -= "Who is there?" speak -= "What is that thing?!" -/mob/living/simple_animal/retaliate/synx/pet/weepinggamblers/proc/MoveToTarget() +/mob/living/simple_animal/retaliate/synx/pet/weepinggamblers/MoveToTarget() var/mob/living/speaker if(target_mob) speaker = target_mob