Merge pull request #7336 from Cerebulon/mouseSpeed

Mice Go Fast Again + Rat Sprites
This commit is contained in:
Atermonera
2020-07-15 14:37:44 -04:00
committed by VirgoBot
parent bf40ae3c92
commit ed28d64eb5
2 changed files with 4 additions and 4 deletions
@@ -11,6 +11,8 @@
maxHealth = 5
health = 5
movement_cooldown = 1.5
mob_size = MOB_MINISCULE
pass_flags = PASSTABLE
// can_pull_size = ITEMSIZE_TINY
@@ -101,15 +103,13 @@
/mob/living/simple_mob/animal/passive/mouse/rat
name = "rat"
body_color = "rat"
icon_state = "mouse_rat"
maxHealth = 20
health = 20
ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive
/mob/living/simple_mob/animal/passive/mouse/rat/Initialize()
..()
adjust_scale(1.2)
//TOM IS ALIVE! SQUEEEEEEEE~K :)
/mob/living/simple_mob/animal/passive/mouse/brown/Tom
name = "Tom"