Allow applying royal jelly on an egg

Royal jelly applied on an egg will change a killer bee egg to
a queen bee egg. Cursed jelly will kill the egg, uncursed and blessed
will revive it. Blessed jelly will also make the creature think
you're the parent.

Original patch was by Kenneth Call
This commit is contained in:
Pasi Kallinen
2020-01-31 10:39:37 +02:00
parent fb05f30167
commit d44c83d45f
4 changed files with 53 additions and 3 deletions

View File

@@ -1157,7 +1157,7 @@ unsigned doname_flags;
&& (known || (g.mvitals[omndx].mvflags & MV_KNOWS_EGG))) {
Strcat(prefix, mons[omndx].mname);
Strcat(prefix, " ");
if (obj->spe)
if (obj->spe == 1)
Strcat(bp, " (laid by you)");
}
}