fix typos
This commit is contained in:
@@ -333,7 +333,7 @@ fixuporacle(struct monst *oracle)
|
||||
break;
|
||||
|
||||
if (o_ridx != ridx && ridx < SIZE(gr.rooms)) {
|
||||
/* room found and she's not not in it, so try to move her there */
|
||||
/* room found and she's not in it, so try to move her there */
|
||||
cc.x = (gr.rooms[ridx].lx + gr.rooms[ridx].hx) / 2;
|
||||
cc.y = (gr.rooms[ridx].ly + gr.rooms[ridx].hy) / 2;
|
||||
if (enexto(&cc, cc.x, cc.y, oracle->data)) {
|
||||
@@ -758,7 +758,7 @@ fix_ghostly_obj(struct obj *obj)
|
||||
if (!obj->ghostly)
|
||||
return;
|
||||
switch(obj->otyp) {
|
||||
/* asymetrical weapons */
|
||||
/* asymmetrical weapons */
|
||||
case BOW:
|
||||
case ELVEN_BOW:
|
||||
case ORCISH_BOW:
|
||||
|
||||
Reference in New Issue
Block a user