Adds a heal flag check for hunger, removes healing hunger from legion cores. (#96544)

This commit is contained in:
Wisemonster
2026-06-18 17:13:21 +02:00
committed by GitHub
parent 4fe5897dfd
commit 08fc5cc37d
+5 -4
View File
@@ -973,10 +973,11 @@
if(heal_flags & HEAL_STAM)
set_stamina_loss(0, updating_stamina = FALSE, forced = TRUE)
// I don't really care to keep this under a flag
set_nutrition(NUTRITION_LEVEL_FED + 50)
overeatduration = 0
satiety = 0
// Only aheals really do this right now, so this flag should be fine for the time being
if(heal_flags & HEAL_ADMIN)
set_nutrition(NUTRITION_LEVEL_FED + 50)
overeatduration = 0
satiety = 0
// These should be tracked by status effects
losebreath = 0