//////////////////////////////////////////////////////////////////////// Shout DB specific functions.
| 833 | ///////////////////////////////////////////////////////////////////////////// |
| 834 | // Shout DB specific functions. |
| 835 | string getShoutString(const string &monst, const string &suffix) |
| 836 | { |
| 837 | int num_replacements = 0; |
| 838 | |
| 839 | return _getRandomisedStr(ShoutDB, monst, suffix, num_replacements); |
| 840 | } |
| 841 | |
| 842 | ///////////////////////////////////////////////////////////////////////////// |
| 843 | // Speak DB specific functions. |
no test coverage detected