Made cyborgs recharge 4 times as fast, so it doesn't take most of the round to recharge.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1991 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Daelith.Rhedynfre@gmail.com
2011-08-07 18:40:59 +00:00
parent c92886082b
commit adba5242b0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
R.cell.charge = R.cell.maxcharge
return
else
R.cell.charge += 50
R.cell.charge += 200
return
go_out()