1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-31 09:52:25 +01:00

change tabbing

This commit is contained in:
Chris-plus-alphanumericgibberish 2016-01-06 14:55:16 -05:00
parent e4e8ee3f5e
commit a9404af3f1

View file

@ -3729,7 +3729,7 @@ gethungry() /* as time goes by - called by moveloop() and domove() */
if(Race_if(PM_INCANTIFIER)) hungermod *= 10;
if ((carnivorous(youmonst.data)
|| herbivorous(youmonst.data)
|| herbivorous(youmonst.data)
|| maybe_polyd(is_vampire(youmonst.data),
Race_if(PM_VAMPIRE)))
&& !(moves % hungermod)