Excalibur is much harder to get if hero is not a knight
This commit is contained in:
@@ -398,7 +398,8 @@ dipfountain(struct obj *obj)
|
||||
return;
|
||||
}
|
||||
|
||||
if (obj->otyp == LONG_SWORD && u.ulevel >= 5 && !rn2(6)
|
||||
if (obj->otyp == LONG_SWORD && u.ulevel >= 5
|
||||
&& !rn2(Role_if(PM_KNIGHT) ? 6 : 30)
|
||||
/* once upon a time it was possible to poly N daggers into N swords */
|
||||
&& obj->quan == 1L && !obj->oartifact
|
||||
&& !exist_artifact(LONG_SWORD, artiname(ART_EXCALIBUR))) {
|
||||
|
||||
Reference in New Issue
Block a user