Make SINKS unconditional.

This commit is contained in:
Sean Hunt
2015-03-17 18:45:58 +02:00
committed by Pasi Kallinen
parent 161070ce56
commit 44ca9fc16a
23 changed files with 6 additions and 92 deletions
-2
View File
@@ -51,7 +51,6 @@ dosounds()
};
You_hear1(fountain_msg[rn2(3)+hallu]);
}
#ifdef SINK
if (level.flags.nsinks && !rn2(300)) {
static const char * const sink_msg[3] = {
"a slow drip.",
@@ -60,7 +59,6 @@ dosounds()
};
You_hear1(sink_msg[rn2(2)+hallu]);
}
#endif
if (level.flags.has_court && !rn2(200)) {
static const char * const throne_msg[4] = {
"the tones of courtly conversation.",