“坐骑”系统

pull/3/head
luojunhui 1 year ago
parent 35ef785055
commit 6f6aa742a5

@ -847,8 +847,7 @@ place_monster(struct monst* mon, coordxy x, coordxy y)
char buf[QBUFSZ];
buf[0] = '\0';
/* normal map bounds are <1..COLNO-1,0..ROWNO-1> but sometimes
vault guards (either living or dead) are parked at <0,0> */
if (!isok(x, y) && (x != 0 || y != 0 || !mon->isgd)) {
describe_level(buf, 0);
impossible("trying to place %s at <%d,%d> mstate:%lx on %s",

Loading…
Cancel
Save