mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
code changes:
- the amount of food points one gets for eating now depends on the current food situation - food/drink percentage now goes from 0 to 200%, with 100% being the optimal value git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6024 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+4
-3
@@ -4,9 +4,10 @@
|
||||
#include "soldier control.h"
|
||||
|
||||
#define FOOD_MIN - 20000
|
||||
#define FOOD_MAX 10000
|
||||
#define DRINK_MIN - 20000
|
||||
#define DRINK_MAX 10000
|
||||
#define FOOD_MAX 20000
|
||||
|
||||
#define FOOD_RANGE (FOOD_MAX - FOOD_MIN)
|
||||
#define FOOD_HALF_RANGE (FOOD_RANGE / 2)
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user