mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Tweaks wound infection a bit
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user