Re-enables organ infections, adds wound infection

This commit is contained in:
mwerezak
2014-06-19 21:25:59 -04:00
parent 9ef1216147
commit d512d62869
7 changed files with 54 additions and 26 deletions

View File

@@ -765,4 +765,12 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
//Shuttle moving status
#define SHUTTLE_IDLE 0
#define SHUTTLE_WARMUP 1
#define SHUTTLE_INTRANSIT 2
#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 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 GANGREN_LEVEL_TWO 1000
#define GANGREN_LEVEL_TERMINAL 2500