no cheating in daily

This commit is contained in:
Zeno Rogue 2018-05-26 01:24:46 +02:00
parent 6394fa4649
commit d754437bf1
1 changed files with 3 additions and 0 deletions

View File

@ -492,6 +492,9 @@ void showChangeMode() {
if(tactic::on && gold()) {
addMessage(XLAT("Not available in the pure tactics mode!"));
}
else if(daily::on) {
addMessage(XLAT("Not available in the daily challenge!"));
}
else if(!cheater) {
cheater++;
addMessage(XLAT("You activate your demonic powers!"));