1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-10 01:05:27 +01:00

Remove debug text

This commit is contained in:
Chris-plus-alphanumericgibberish 2014-07-08 19:47:28 -04:00
parent e7bf28251a
commit 74d89cdc9a

View file

@ -668,7 +668,7 @@ int x, y;
}
mon->mx = x, mon->my = y;
level.monsters[x][y] = mon;
pline("%d",u.umonster);
// pline("%d",u.umonster); O_o that was a strange series of bugs....
// if (opaque(mon->data) && (!mon->minvis || HSee_invisible || ESee_invisible || ((!Race_if(PM_INCANTIFIER) || Upolyd) && perceives(youmonst.data)) ))
if (opaque(mon->data) && (!mon->minvis || See_invisible))
block_point(x,y);