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:
parent
e7bf28251a
commit
74d89cdc9a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue