Fixes a few more Simple Mob Speeds

This commit is contained in:
Fox-McCloud
2017-06-10 17:46:06 -04:00
parent da958cbe0b
commit ae5ac9c247
3 changed files with 2 additions and 2 deletions
@@ -35,6 +35,7 @@
anchored = 1
mob_size = MOB_SIZE_TINY
pass_flags = PASSTABLE | PASSGRILLE | PASSMOB
speed = 1
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
var/essence = 75 //The resource of revenants. Max health is equal to three times this amount
@@ -83,7 +83,7 @@
/mob/living/simple_animal/slaughter/Life()
..()
if(boost<world.time)
speed = 2
speed = 1
else
speed = 0
@@ -302,7 +302,6 @@
melee_damage_lower = 1
melee_damage_upper = 5
attacktext = "prods"
speed = 0
environment_smash = 3
see_in_dark = 8
attack_sound = 'sound/weapons/tap.ogg'