juice name bit

This commit is contained in:
nethack.rankin
2002-08-19 08:22:32 +00:00
parent 9a9259cf36
commit 06ce74ffb5

View File

@@ -222,7 +222,7 @@ fruitjuice()
else
juice = pl_fruit; /* use it as is */
Sprintf(buf, "%s juice", juice);
Sprintf(buf, "%s juice", makesingular(juice));
return buf;
}