mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-27 07:52:25 +01:00
Fix too many arguments to a print
This commit is contained in:
parent
deb1059041
commit
8c5c25d6ea
1 changed files with 1 additions and 2 deletions
|
@ -3701,8 +3701,7 @@ tiphat()
|
|||
mhis(mtmp), term);
|
||||
otmp->bknown = 1;
|
||||
} else if (otmp->otyp == STATUE && (otmp->corpsenm == PM_PARASITIC_MIND_FLAYER || otmp->corpsenm == PM_PARASITIC_MASTER_MIND_FLAYER)){
|
||||
pline("%s grasps the statue in %s face but can't remove it.", Monnam(mtmp),
|
||||
mhis(mtmp), term);
|
||||
pline("%s grasps the statue in %s face but can't remove it.", Monnam(mtmp), mhis(mtmp));
|
||||
otmp->bknown = 1;
|
||||
} else {
|
||||
pline("%s tips %s %s in response.", Monnam(mtmp),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue