mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Adds a heal flag check for hunger, removes healing hunger from legion cores. (#96544)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user