Made hunger factor lower.

Raised fattening plank by 2.5 times.
Lowered the speed decreasement by 2 times.
Added "random look" option in character creation screen. The colors are weightd towards natural, but there's always a chance of "punk" coloring.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@542 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Rygzengrho
2010-12-05 20:40:52 +00:00
parent 0e858125e1
commit f35ae5edf9
7 changed files with 210 additions and 62 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
#define HUMAN_NEEDED_OXYGEN MOLES_CELLSTANDARD*BREATH_PERCENTAGE*0.16
//Amount of air needed before pass out/suffocation commences
// Factor of how fast mob nutriment decreases
#define HUNGER_FACTOR 0.1
// Factor of how fast mob nutrition decreases
#define HUNGER_FACTOR 0.07
#define MINIMUM_AIR_RATIO_TO_SUSPEND 0.05