Tune robot movespeed

mommis have normal speed again
sec and combat borgs are slower.
This commit is contained in:
Chris
2015-01-13 12:58:10 -06:00
parent 1a3aaa62db
commit 312648cca8
2 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@
module_sprites["Securitron"] = "securitron"
module_sprites["Marina-SC"] = "marinaSC"
src << "<span class='warning'><big><b>Just a reminder, by default you do not follow space law, you follow your lawset</b></big></span>"
speed = -1
speed = 0
if("Engineering")
module = new /obj/item/weapon/robot_module/engineering(src)
@@ -285,7 +285,7 @@
module_sprites["Marina-CB"] = "marinaCB"
module_sprites["Squadbot"] = "squats"
channels = list("Security" = 1)
speed = -2
speed = -1
//Custom_sprite check and entry
if (custom_sprite == 1)