1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-18 04:02:07 +00:00

ru:: guard on doubly-enabling ru

This commit is contained in:
Zeno Rogue
2026-03-29 14:43:48 +02:00
parent 68ba2e1ca4
commit e031d0ae4b
+2
View File
@@ -399,6 +399,8 @@ string parse_markup(string s) {
void enable() {
if(powers.size()) throw hr_exception("error: ru doubly-enabled");
stop_game();
geometry = gBinary4;
showstartmenu = false;