follow-up: prompt message bit
This commit is contained in:
4
src/do.c
4
src/do.c
@@ -947,8 +947,8 @@ better_not_try_to_drop_that(struct obj *otmp)
|
|||||||
if (otmp->otyp == CORPSE && !u_safe_from_fatal_corpse(otmp, st_all)) {
|
if (otmp->otyp == CORPSE && !u_safe_from_fatal_corpse(otmp, st_all)) {
|
||||||
Snprintf(
|
Snprintf(
|
||||||
buf, sizeof buf,
|
buf, sizeof buf,
|
||||||
"Drop the %s corpse without any protection while handling it?",
|
"Drop the %s corpse without %s protection on?",
|
||||||
obj_pmname(otmp));
|
obj_pmname(otmp), body_part(HAND));
|
||||||
return (paranoid_ynq(TRUE, buf, FALSE) != 'y');
|
return (paranoid_ynq(TRUE, buf, FALSE) != 'y');
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user