Move quest texts to lua
This commit is contained in:
@@ -762,13 +762,14 @@ register struct monst *mtmp;
|
||||
random_insult[rn2(SIZE(random_insult))]);
|
||||
} else if (is_lminion(mtmp)
|
||||
&& !(mtmp->isminion && EMIN(mtmp)->renegade)) {
|
||||
com_pager(rn2(QTN_ANGELIC - 1 + (Hallucination ? 1 : 0))
|
||||
+ QT_ANGELIC);
|
||||
com_pager("angel_cuss"); /* TODO: the Hallucination msg */
|
||||
/*com_pager(rn2(QTN_ANGELIC - 1 + (Hallucination ? 1 : 0))
|
||||
+ QT_ANGELIC);*/
|
||||
} else {
|
||||
if (!rn2(is_minion(mtmp->data) ? 100 : 5))
|
||||
pline("%s casts aspersions on your ancestry.", Monnam(mtmp));
|
||||
else
|
||||
com_pager(rn2(QTN_DEMONIC) + QT_DEMONIC);
|
||||
com_pager("demon_cuss");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user