slight cockatrice egg msg change
Move the "Splat" part of the message.
This commit is contained in:
@@ -731,7 +731,7 @@ int thrown;
|
|||||||
|
|
||||||
if (touch_petrifies(&mons[obj->corpsenm])) {
|
if (touch_petrifies(&mons[obj->corpsenm])) {
|
||||||
/*learn_egg_type(obj->corpsenm);*/
|
/*learn_egg_type(obj->corpsenm);*/
|
||||||
You("hit %s with %s %s egg%s. Splat!",
|
pline("Splat! You hit %s with %s %s egg%s!",
|
||||||
mon_nam(mon),
|
mon_nam(mon),
|
||||||
obj->known ? "the" : cnt > 1L ? "some" : "a",
|
obj->known ? "the" : cnt > 1L ? "some" : "a",
|
||||||
obj->known ? mons[obj->corpsenm].mname : "petrifying",
|
obj->known ? mons[obj->corpsenm].mname : "petrifying",
|
||||||
|
|||||||
Reference in New Issue
Block a user