Merge pull request #7528 from Fox-McCloud/fixes-speeds

Fixes speeds
This commit is contained in:
tigercat2000
2017-06-16 13:40:23 -07:00
committed by GitHub
4 changed files with 3 additions and 3 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'
+1 -1
View File
@@ -48,7 +48,7 @@ ROBOT_DELAY 1.5
MONKEY_DELAY 1.5
ALIEN_DELAY 1.5
SLIME_DELAY 1.5
ANIMAL_DELAY 1.5
ANIMAL_DELAY 2.5
## Comment for "normal" explosions, which ignore obstacles
## Uncomment for explosions that react to doors and walls