priest names
This commit is contained in:
+6
-6
@@ -598,6 +598,12 @@ boolean called;
|
|||||||
|
|
||||||
buf[0] = 0;
|
buf[0] = 0;
|
||||||
|
|
||||||
|
/* unseen monsters, etc. Use "it" */
|
||||||
|
if (do_it) {
|
||||||
|
Strcpy(buf, "it");
|
||||||
|
return buf;
|
||||||
|
}
|
||||||
|
|
||||||
/* priests and minions: don't even use this function */
|
/* priests and minions: don't even use this function */
|
||||||
if (mtmp->ispriest || mtmp->isminion) {
|
if (mtmp->ispriest || mtmp->isminion) {
|
||||||
char priestnambuf[BUFSZ];
|
char priestnambuf[BUFSZ];
|
||||||
@@ -616,12 +622,6 @@ boolean called;
|
|||||||
return strcpy(buf, name);
|
return strcpy(buf, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* unseen monsters, etc. Use "it" */
|
|
||||||
if (do_it) {
|
|
||||||
Strcpy(buf, "it");
|
|
||||||
return buf;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Shopkeepers: use shopkeeper name. For normal shopkeepers, just
|
/* Shopkeepers: use shopkeeper name. For normal shopkeepers, just
|
||||||
* "Asidonhopo"; for unusual ones, "Asidonhopo the invisible
|
* "Asidonhopo"; for unusual ones, "Asidonhopo the invisible
|
||||||
* shopkeeper" or "Asidonhopo the blue dragon". If hallucinating,
|
* shopkeeper" or "Asidonhopo the blue dragon". If hallucinating,
|
||||||
|
|||||||
Reference in New Issue
Block a user