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

@@ -1638,6 +1638,8 @@ int mode, final, attrindx;
break;
case A_CON:
attrname = "constitution";
if (uwep && uwep->oartifact == ART_OGRESMASHER && uwep->cursed)
hide_innate_value = TRUE;
break;
case A_INT:
attrname = "intelligence";