fix a shade grammar bit
This commit is contained in:
@@ -909,8 +909,9 @@ int thrown;
|
|||||||
tmp = 0;
|
tmp = 0;
|
||||||
if (mdat == &mons[PM_SHADE]) {
|
if (mdat == &mons[PM_SHADE]) {
|
||||||
if (!hittxt) {
|
if (!hittxt) {
|
||||||
Your("%s passes harmlessly through %s.",
|
char *what = unconventional[0] ? unconventional : "attack";
|
||||||
unconventional[0] ? unconventional : "attack",
|
Your("%s %s harmlessly through %s.",
|
||||||
|
what, vtense(what, "pass"),
|
||||||
mon_nam(mon));
|
mon_nam(mon));
|
||||||
hittxt = TRUE;
|
hittxt = TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user