Reduced amount of round-start cyborgs to 1.
Removed cyborg latejoining.
Added a 7 ds delay on cyborg laser guns.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1489 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-04-23 08:26:25 +00:00
parent 746915de8f
commit 790f16f3d6
6 changed files with 18 additions and 10 deletions
@@ -137,6 +137,7 @@ obj/item/weapon/robot_module/syndicate
src.modules += new /obj/item/weapon/handcuffs(src)
src.modules += new /obj/item/weapon/gun/energy/taser_gun(src)
src.emag = new /obj/item/weapon/gun/energy/laser_gun(src)
src.emag:shot_delay = 7
/obj/item/weapon/robot_module/janitor/New()