Make killer bee - queen bee transformation apply to hero

if they've polyformed to a killer bee and eat royal jelly.
This commit is contained in:
Pasi Kallinen
2022-02-19 17:06:33 +02:00
parent 26ea5824c1
commit 5e26589fa7

View File

@@ -2269,6 +2269,10 @@ fpostfx(struct obj *otmp)
livelog_printf(LL_CONDUCT, "became literate by reading the fortune inside a cookie");
break;
case LUMP_OF_ROYAL_JELLY:
if (g.youmonst.data == &mons[PM_KILLER_BEE] && !Unchanging
&& polymon(PM_QUEEN_BEE))
break;
/* This stuff seems to be VERY healthy! */
gainstr(otmp, 1, TRUE);
if (Upolyd) {