avoid you see it hatch
enexto may place monster out of site, even though egg was in sight. use an(m_monnam(mon)) not a_monnam. Works in this case due to earlier checks.
This commit is contained in:
+2
-1
@@ -494,7 +494,8 @@ long timeout;
|
|||||||
if (cansee_hatchspot) {
|
if (cansee_hatchspot) {
|
||||||
Sprintf(monnambuf, "%s%s",
|
Sprintf(monnambuf, "%s%s",
|
||||||
siblings ? "some " : "",
|
siblings ? "some " : "",
|
||||||
siblings ? makeplural(m_monnam(mon)) : a_monnam(mon));
|
siblings ?
|
||||||
|
makeplural(m_monnam(mon)) : an(m_monnam(mon)));
|
||||||
/* we don't learn the egg type here because learning
|
/* we don't learn the egg type here because learning
|
||||||
an egg type requires either seeing the egg hatch
|
an egg type requires either seeing the egg hatch
|
||||||
or being familiar with the egg already,
|
or being familiar with the egg already,
|
||||||
|
|||||||
Reference in New Issue
Block a user