Fixed misplaced prob(), added notes

This commit is contained in:
mwerezak
2014-06-22 09:51:38 -04:00
parent 5bd975850a
commit 5305de5ecb
2 changed files with 25 additions and 7 deletions
+1 -2
View File
@@ -768,10 +768,9 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
#define SHUTTLE_INTRANSIT 2
//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 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 INFECTION_LEVEL_ONE 100
#define INFECTION_LEVEL_TWO 500
#define INFECTION_LEVEL_THREE 1000
#define INFECTION_LEVEL_TERMINAL 2500