Wielding Trollsbane prevents trolls from reviving
This commit is contained in:
@@ -748,7 +748,9 @@ boolean by_hero;
|
||||
x = xy.x, y = xy.y;
|
||||
}
|
||||
|
||||
if (mons[montype].mlet == S_EEL && !IS_POOL(levl[x][y].typ)) {
|
||||
if ((mons[montype].mlet == S_EEL && !IS_POOL(levl[x][y].typ))
|
||||
|| (mons[montype].mlet == S_TROLL
|
||||
&& uwep && uwep->oartifact == ART_TROLLSBANE)) {
|
||||
if (by_hero && cansee(x,y))
|
||||
pline("%s twitches feebly.",
|
||||
upstart(corpse_xname(corpse, (const char *) 0, CXN_PFX_THE)));
|
||||
|
||||
Reference in New Issue
Block a user