mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Merge pull request #7336 from Cerebulon/mouseSpeed
Mice Go Fast Again + Rat Sprites
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user