Make Ogresmasher grant 25 constitution

This commit is contained in:
Pasi Kallinen
2016-11-14 20:22:33 +02:00
parent 06bd0d426b
commit b0c68714ce
4 changed files with 12 additions and 0 deletions

View File

@@ -96,6 +96,9 @@ register struct obj *obj;
if (!Blind)
pline("%s shining.", Tobjnam(olduwep, "stop"));
}
if (uwep == obj && ((uwep && uwep->oartifact == ART_OGRESMASHER)
|| olduwep && olduwep->oartifact == ART_OGRESMASHER))
context.botl = 1;
/* Note: Explicitly wielding a pick-axe will not give a "bashing"
* message. Wielding one via 'a'pplying it will.
* 3.2.2: Wielding arbitrary objects will give bashing message too.