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:
@@ -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)");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user