From 089c5a50bac60016f692d9c072e04ffaf591fae2 Mon Sep 17 00:00:00 2001 From: Nicaragua Date: Sat, 16 Feb 2019 19:35:56 -0300 Subject: [PATCH] return parent --- code/modules/mob/living/simple_animal/bot/griefsky.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/bot/griefsky.dm b/code/modules/mob/living/simple_animal/bot/griefsky.dm index 1e91beb580f..f959149f5db 100644 --- a/code/modules/mob/living/simple_animal/bot/griefsky.dm +++ b/code/modules/mob/living/simple_animal/bot/griefsky.dm @@ -226,6 +226,6 @@ visible_message("[src] deflects [user]'s move with his energy swords!") playsound(loc, 'sound/weapons/blade1.ogg', 50, TRUE, -1) else - ..() + return ..() else - ..() \ No newline at end of file + return ..() \ No newline at end of file