Stop occupation when timed levitation or choking issues a message
This commit is contained in:
@@ -1246,6 +1246,7 @@ the throne room on the Samurai quest home level lacked a throne but gave
|
||||
"You enter an opulent throne room!" message the first time it was
|
||||
entered; vary the message rather than add a throne
|
||||
coughing due to stinking cloud wakes up nearby monsters
|
||||
stop occupation when timed levitation or choking issues a message
|
||||
|
||||
|
||||
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
||||
|
||||
@@ -292,6 +292,7 @@ choke_dialogue(void)
|
||||
urgent_pline(str, hcolor(NH_BLUE));
|
||||
else
|
||||
urgent_pline("%s", str);
|
||||
stop_occupation();
|
||||
}
|
||||
}
|
||||
exercise(A_STR, FALSE);
|
||||
@@ -357,6 +358,7 @@ levitation_dialogue(void)
|
||||
danger ? surface(u.ux, u.uy) : "air");
|
||||
} else
|
||||
pline1(s);
|
||||
stop_occupation();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user