can we get two in a row? muse.c

This commit is contained in:
keni
2011-12-29 22:41:56 +00:00
parent 16c0d0ee20
commit f536e7b550
+2 -2
View File
@@ -82,7 +82,7 @@ struct obj *obj;
m_useup(mon, obj); m_useup(mon, obj);
mtmp = makemon(&mons[PM_GHOST], cc.x, cc.y, NO_MM_FLAGS); mtmp = makemon(&mons[PM_GHOST], cc.x, cc.y, NO_MM_FLAGS);
if (!mtmp) { if (!mtmp) {
if (vis) pline(empty); if (vis) pline1(empty);
} else { } else {
if (vis) { if (vis) {
pline("As %s opens the bottle, an enormous %s emerges!", pline("As %s opens the bottle, an enormous %s emerges!",
@@ -104,7 +104,7 @@ struct obj *obj;
m_useup(mon, obj); m_useup(mon, obj);
mtmp = makemon(&mons[PM_DJINNI], cc.x, cc.y, NO_MM_FLAGS); mtmp = makemon(&mons[PM_DJINNI], cc.x, cc.y, NO_MM_FLAGS);
if (!mtmp) { if (!mtmp) {
if (vis) pline(empty); if (vis) pline1(empty);
} else { } else {
if (vis) if (vis)
pline("In a cloud of smoke, %s emerges!", pline("In a cloud of smoke, %s emerges!",