(new): When first sanctuary is a wilderness, but second isn't, code
complained about the first one.
This commit is contained in:
parent
c85f674059
commit
bf6f2162e8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ new(void)
|
||||||
getsect(x + 2, y, §);
|
getsect(x + 2, y, §);
|
||||||
if (sect.sct_type != SCT_RURAL) {
|
if (sect.sct_type != SCT_RURAL) {
|
||||||
pr("%s is a %s; try again...\n",
|
pr("%s is a %s; try again...\n",
|
||||||
xyas(x, y, player->cnum), dchr[sect.sct_type].d_name);
|
xyas(x + 2, y, player->cnum), dchr[sect.sct_type].d_name);
|
||||||
return RET_SYN;
|
return RET_SYN;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue