From f4decfcb4ccd863d6542dde232055b2dd9d7c787 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sun, 3 Feb 2019 01:39:43 +0100 Subject: [PATCH] Fixing has hands value --- code/modules/mob/living/simple_animal/animals/synx.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 9ff4d12a5e..e1f47444b8 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -32,7 +32,7 @@ "bomb" = 10, "bio" = 100, "rad" = 100) - has_hands = TRUE + has_hands = 1 response_help = "pets" response_disarm = "gently pushes aside"