Tweaks wound infection a bit

This commit is contained in:
mwerezak
2014-06-19 23:48:49 -04:00
parent d512d62869
commit 82a85c2bae
4 changed files with 12 additions and 11 deletions
+3 -3
View File
@@ -769,8 +769,8 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
//Germs and infection
//These numbers have been calculated so that an untreated cut will become a serious infection after 50 minutes.
#define GERM_LEVEL_AMBIENT 120 //maximum germ level you can reach by standing still
#define GERM_LEVEL_MOVE_CAP 300 //maximum germ level you can reach by running around
#define GANGREN_LEVEL_ONE 50
#define GERM_LEVEL_AMBIENT 110 //maximum germ level you can reach by standing still
#define GERM_LEVEL_MOVE_CAP 200 //maximum germ level you can reach by running around
#define GANGREN_LEVEL_ONE 100
#define GANGREN_LEVEL_TWO 1000
#define GANGREN_LEVEL_TERMINAL 2500