message structure bit
This commit is contained in:
@@ -914,9 +914,9 @@ struct obj *obj;
|
|||||||
sobj_at(BOULDER, rx, ry))) {
|
sobj_at(BOULDER, rx, ry))) {
|
||||||
struct obj *otmp;
|
struct obj *otmp;
|
||||||
boolean vibrate = !rn2(3);
|
boolean vibrate = !rn2(3);
|
||||||
pline("Sparks fly as you whack the %s%s!",
|
pline("Sparks fly as you whack the %s.%s",
|
||||||
sobj_at(STATUE, rx, ry) ? "statue" : "boulder",
|
sobj_at(STATUE, rx, ry) ? "statue" : "boulder",
|
||||||
vibrate ? " and the axe-handle vibrates violently" : "");
|
vibrate ? " The axe-handle vibrates violently!" : "");
|
||||||
if (vibrate) losehp(2, "axing a hard object", KILLED_BY);
|
if (vibrate) losehp(2, "axing a hard object", KILLED_BY);
|
||||||
if ((otmp = carrying(POT_OIL))) catch_lit(otmp);
|
if ((otmp = carrying(POT_OIL))) catch_lit(otmp);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user