From 8475dbde53893c69baa6e636dfc17925525ec23a Mon Sep 17 00:00:00 2001 From: Razgriz Date: Tue, 19 Feb 2019 03:05:42 -0700 Subject: [PATCH] Adds Lizardman Speed = 4 --- code/modules/mob/living/simple_animal/vore/lizardman.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/vore/lizardman.dm b/code/modules/mob/living/simple_animal/vore/lizardman.dm index 17cbf5822d..b7b9659bb5 100644 --- a/code/modules/mob/living/simple_animal/vore/lizardman.dm +++ b/code/modules/mob/living/simple_animal/vore/lizardman.dm @@ -9,6 +9,7 @@ maxHealth = 50 health = 50 + speed = 4 investigates = TRUE melee_damage_lower = 5