diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 77f6a44d0..4b760f787 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -837,6 +837,7 @@ only give Sunsword or Demonbane as starting gear to lawful Angels for #knownclass with menustyle=Tradtional, allow player to ask for `a even if no artifacts have been discovered yet, same as `; likewise for `u to ask to see unique items +reduce eucalyptus leaf nutrition to 1 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository diff --git a/include/objects.h b/include/objects.h index cd88788ef..04fd7c24a 100644 --- a/include/objects.h +++ b/include/objects.h @@ -992,7 +992,7 @@ FOOD("glob of black pudding", 0, 2, 20, 0, FLESH, 20, CLR_BLACK, /* fruits & veggies */ FOOD("kelp frond", 0, 1, 1, 0, VEGGY, 30, CLR_GREEN, KELP_FROND), -FOOD("eucalyptus leaf", 3, 1, 1, 0, VEGGY, 30, CLR_GREEN, +FOOD("eucalyptus leaf", 3, 1, 1, 0, VEGGY, 1, CLR_GREEN, EUCALYPTUS_LEAF), FOOD("apple", 15, 1, 2, 0, VEGGY, 50, CLR_RED, APPLE), FOOD("orange", 10, 1, 2, 0, VEGGY, 80, CLR_ORANGE, ORANGE),