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:
parent
131206f1e5
commit
1a79f58630
@ -417,6 +417,12 @@ void gen_powers() {
|
|||||||
[] (data& d) { if(d.keystate == 1) d.p->flags |= (PARTIAL | IDENTIFIED); }
|
[] (data& d) { if(d.keystate == 1) d.p->flags |= (PARTIAL | IDENTIFIED); }
|
||||||
).be_potion(),
|
).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);
|
gold_id = isize(powers);
|
||||||
|
|
||||||
gen_power('t', "gold",
|
gen_power('t', "gold",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user