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
+1 -1
View File
@@ -104,7 +104,7 @@ var
cmoMax = 1
mimeMax = 1
sorterMax = 2
borgMax = 2
//borgMax = 1 < Isn't used anymore since borgs can't latejoin now. -- Urist
list/bombers = list( )
list/admin_log = list ( )
+2
View File
@@ -704,6 +704,8 @@
force = 7.0
m_amt = 2000
origin_tech = "combat=3;magnets=2"
var/shot_delay = 0 //used for borg guns, adds that much in deciseconds delay between shots
var/next_attack = 0 //used for the delay
/obj/item/weapon/gun/energy/laser_gun/captain
icon_state = "caplaser"