species that cant get hungry now cant get thorsty

This commit is contained in:
DragonTrance
2021-03-01 19:56:05 -07:00
parent 2c653e1c65
commit 6902cf1c79
18 changed files with 28 additions and 21 deletions
@@ -60,6 +60,8 @@
if(user.nutrition < NUTRITION_LEVEL_WELL_FED)
user.nutrition = min((user.nutrition + target.nutrition), NUTRITION_LEVEL_WELL_FED)
if(user.thirst < THIRST_LEVEL_QUENCHED)
user.thirst = min((user.thirst + target.thirst), THIRST_LEVEL_QUENCHED)
if(target.mind)//if the victim has got a mind
// Absorb a lizard, speak Draconic.