From 01ad14d293d84f24d873f944f8cede8396adb4e8 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Tue, 28 Nov 2017 17:02:29 -0800 Subject: [PATCH] Makes the sloth an actual sloth (#33131) glide_size change lowers their tile glide rate to be slow as well. --- code/modules/mob/living/simple_animal/friendly/sloth.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/friendly/sloth.dm b/code/modules/mob/living/simple_animal/friendly/sloth.dm index 4b836cf0043..8b7d70ef9f9 100644 --- a/code/modules/mob/living/simple_animal/friendly/sloth.dm +++ b/code/modules/mob/living/simple_animal/friendly/sloth.dm @@ -19,7 +19,8 @@ melee_damage_upper = 18 health = 50 maxHealth = 50 - speed = 2 + speed = 10 + glide_size = 2 //Cargo Sloth @@ -38,4 +39,4 @@ icon_dead = "cool_sloth_dead" gender = FEMALE butcher_results = list(/obj/item/toy/spinningtoy = 1) - gold_core_spawnable = NO_SPAWN \ No newline at end of file + gold_core_spawnable = NO_SPAWN