1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

no cheating in daily

This commit is contained in:
Zeno Rogue 2018-05-26 01:24:46 +02:00
parent 6394fa4649
commit d754437bf1

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!"));