1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-27 15:32:53 +00:00

ru:: added missing thief power

This commit is contained in:
Zeno Rogue 2025-05-19 12:19:56 +02:00
parent 131206f1e5
commit 1a79f58630

View File

@ -417,6 +417,12 @@ void gen_powers() {
[] (data& d) { if(d.keystate == 1) d.p->flags |= (PARTIAL | IDENTIFIED); }
).be_potion(),
gen_power('6', "the thief",
"This will let you bypass trapped areas, in some way.",
"!", 0xFFFF00FF,
[] (data& d) { if(d.keystate == 1) d.p->flags |= (PARTIAL | IDENTIFIED); }
).be_potion(),
gold_id = isize(powers);
gen_power('t', "gold",