mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Tune robot movespeed
mommis have normal speed again sec and combat borgs are slower.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user