From 68b9db27fdd15670f88ac9677698b333e0ee286a Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Wed, 9 Dec 2015 10:25:33 -0600 Subject: [PATCH] Fixes syndicates --- code/modules/mob/living/simple_animal/hostile/faithless.dm | 2 ++ code/modules/mob/living/simple_animal/hostile/syndicate.dm | 1 + 2 files changed, 3 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/faithless.dm b/code/modules/mob/living/simple_animal/hostile/faithless.dm index a85c82a9cf9..38a82387942 100644 --- a/code/modules/mob/living/simple_animal/hostile/faithless.dm +++ b/code/modules/mob/living/simple_animal/hostile/faithless.dm @@ -14,6 +14,8 @@ speed = 0 maxHealth = 80 health = 80 + stat_attack = 1 + robust_searching = 1 harm_intent_damage = 10 melee_damage_lower = 15 diff --git a/code/modules/mob/living/simple_animal/hostile/syndicate.dm b/code/modules/mob/living/simple_animal/hostile/syndicate.dm index b959c3c1ecc..dc546807428 100644 --- a/code/modules/mob/living/simple_animal/hostile/syndicate.dm +++ b/code/modules/mob/living/simple_animal/hostile/syndicate.dm @@ -12,6 +12,7 @@ response_harm = "hits" speed = 0 stat_attack = 1 + robust_searching = 1 maxHealth = 100 health = 100 harm_intent_damage = 5