Merge pull request #99 from Fed09022/Testing-Branch

Emote fullness reduction
This commit is contained in:
GDLW
2023-05-01 13:03:29 +02:00
committed by GitHub
3 changed files with 31 additions and 0 deletions
+3
View File
@@ -156,6 +156,9 @@
#define FULLNESS_LEVEL_HALF_FULL 20
#define FULLNESS_LEVEL_EMPTY 0
//Fullness emote cooldown
#define FULLNESS_REDUCTION_COOLDOWN 50
//Fatness levels, Here we go!
#define FATNESS_LEVEL_BLOB 3440
#define FATNESS_LEVEL_IMMOBILE 2540
+1
View File
@@ -68,6 +68,7 @@
var/satiety = 0//Carbon
var/overeatduration = 0 // How long this guy is overeating //Carbon
var/fullness_reducion_timer = 0 // When was the last time they emoted to reduce their fullness
var/a_intent = INTENT_HELP//Living
var/list/possible_a_intents = null//Living
var/m_intent = MOVE_INTENT_RUN//Living