mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-06 12:45:25 +01:00
Remove debug print line
This commit is contained in:
parent
eec5b02864
commit
371437c1df
1 changed files with 0 additions and 2 deletions
|
@ -357,8 +357,6 @@ found_ward:
|
|||
if(!Role_if(PM_WIZARD) && target > 0)
|
||||
target /= 5;
|
||||
|
||||
pline("level: %d school: %d target: %d", oc->oc_level, school_skill, target);
|
||||
|
||||
/* can't write if we don't know it - unless we're lucky */
|
||||
if(objects[new_obj->otyp].oc_nowish ||
|
||||
(!(objects[new_obj->otyp].oc_name_known) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue