mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-17 04:55:05 +01:00
Minor message fixes
This commit is contained in:
parent
9fd1a00c40
commit
c4a38683f1
4 changed files with 7 additions and 3 deletions
|
@ -585,7 +585,7 @@ int mode;
|
|||
if (mode == DO_MOVE) {
|
||||
if (Is_stronghold(&u.uz) && is_db_wall(x,y))
|
||||
pline_The("drawbridge is up!");
|
||||
else if (Passes_walls && !may_passwall(x,y) && In_sokoban(&u.uz))
|
||||
if (Passes_walls && !may_passwall(x,y) && In_sokoban(&u.uz))
|
||||
pline_The("Sokoban walls resist your ability.");
|
||||
else if (iflags.notice_walls)
|
||||
pline("It's a wall.");
|
||||
|
|
|
@ -1611,6 +1611,8 @@ ray:
|
|||
mtmp->msleeping = 0;
|
||||
mtmp->mstun = 0;
|
||||
mtmp->mconf = 0;
|
||||
if (canseemon(mtmp))
|
||||
pline("%s looks recovered.", Monnam(mtmp));
|
||||
break;
|
||||
case OPEN_WOUNDS:
|
||||
openwounds:
|
||||
|
|
|
@ -2028,7 +2028,7 @@ boolean was_swallowed; /* digestion */
|
|||
outrumor(rn2(2), BY_OTHER); //either true (3/4) or false (1/4), no mechanism specified.
|
||||
pline("Belief or disbelief rests with you.");
|
||||
pline("To die without leaving a corpse....\"");
|
||||
explode(mon->mx, mon->my, 0, tmp, MON_EXPLODE, EXPL_MUDDY);
|
||||
explode(mon->mx, mon->my, 8, tmp, MON_EXPLODE, EXPL_MUDDY);
|
||||
pline("\"That is the way of us Garo.\"");
|
||||
}
|
||||
else if(mdat->mattk[i].adtyp == AD_GARO_MASTER){
|
||||
|
@ -2038,7 +2038,7 @@ boolean was_swallowed; /* digestion */
|
|||
outgmaster(); //Gives out a major consultation. Does not set the consultation flags.
|
||||
pline("Do not forget these words...");
|
||||
pline("Die I shall, leaving no corpse.\"");
|
||||
explode(mon->mx, mon->my, 0, tmp, MON_EXPLODE, EXPL_MUDDY);
|
||||
explode(mon->mx, mon->my, 8, tmp, MON_EXPLODE, EXPL_MUDDY);
|
||||
pline("\"That is the law of us Garo.\"");
|
||||
livelog_write_string("destroyed the Garo Master");
|
||||
}
|
||||
|
|
|
@ -2031,6 +2031,8 @@ const char * const hallu_gods[] = {
|
|||
"Communism",
|
||||
|
||||
//Ok, so I have no idea what this is....
|
||||
//<Muad> same thing as the UN
|
||||
//<Muad> if that fits the context
|
||||
"the U.N.O.",
|
||||
|
||||
//Vague
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue