Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -780,8 +780,12 @@ int mntmp;
|
||||
if (is_vampire(g.youmonst.data))
|
||||
pline(use_thec, monsterc, "change shape");
|
||||
|
||||
if (lays_eggs(g.youmonst.data) && flags.female)
|
||||
pline(use_thec, "sit", "lay an egg");
|
||||
if (lays_eggs(g.youmonst.data) && flags.female &&
|
||||
!(g.youmonst.data == &mons[PM_GIANT_EEL]
|
||||
|| g.youmonst.data == &mons[PM_ELECTRIC_EEL]))
|
||||
pline(use_thec, "sit",
|
||||
eggs_in_water(g.youmonst.data) ?
|
||||
"spawn in the water" : "lay an egg");
|
||||
}
|
||||
|
||||
/* you now know what an egg of your type looks like */
|
||||
|
||||
Reference in New Issue
Block a user