Voracious Trait fullness

Voracious trait now also modifies fullness added values to make the eater able to eat/drink twice as much. Also makes fullness decay twice as fast
This commit is contained in:
Alphas00
2024-05-26 09:12:29 +02:00
parent 818d6dcf2e
commit c7ae2db240
5 changed files with 11 additions and 2 deletions
+2
View File
@@ -103,4 +103,6 @@
if(L.reagents)
if(!L.is_mouth_covered(head_only = 1))
L.reagents.add_reagent(food_fed, food_per_feeding)
if(HAS_TRAIT(L, TRAIT_VORACIOUS))
fullness_add = fullness_add * 0.67
L.fullness += (fullness_add)