mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-15 13:17:13 +00:00
no cheating in daily
This commit is contained in:
@@ -492,6 +492,9 @@ void showChangeMode() {
|
|||||||
if(tactic::on && gold()) {
|
if(tactic::on && gold()) {
|
||||||
addMessage(XLAT("Not available in the pure tactics mode!"));
|
addMessage(XLAT("Not available in the pure tactics mode!"));
|
||||||
}
|
}
|
||||||
|
else if(daily::on) {
|
||||||
|
addMessage(XLAT("Not available in the daily challenge!"));
|
||||||
|
}
|
||||||
else if(!cheater) {
|
else if(!cheater) {
|
||||||
cheater++;
|
cheater++;
|
||||||
addMessage(XLAT("You activate your demonic powers!"));
|
addMessage(XLAT("You activate your demonic powers!"));
|
||||||
|
|||||||
Reference in New Issue
Block a user