mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -56,7 +56,7 @@
|
||||
R.cell.charge = R.cell.maxcharge
|
||||
return
|
||||
else
|
||||
R.cell.charge += 50
|
||||
R.cell.charge += 200
|
||||
return
|
||||
|
||||
go_out()
|
||||
|
||||
@@ -134,7 +134,6 @@
|
||||
#define FILE_DIR "icons/turf"
|
||||
#define FILE_DIR "interface"
|
||||
#define FILE_DIR "maps"
|
||||
#define FILE_DIR "maps/backup"
|
||||
#define FILE_DIR "sound"
|
||||
#define FILE_DIR "sound/ambience"
|
||||
#define FILE_DIR "sound/announcer"
|
||||
|
||||
Reference in New Issue
Block a user