mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 01:37:57 +00:00
ru:: added missing thief power
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user