mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-05 05:13:57 +00:00
rogueviz::seuphorica::react to activate_scry()
This commit is contained in:
parent
408f4150ec
commit
1aa201bd58
@ -10,6 +10,7 @@ namespace hr {
|
|||||||
namespace seuphorica {
|
namespace seuphorica {
|
||||||
void read_dictionary(struct language& l);
|
void read_dictionary(struct language& l);
|
||||||
void read_naughty_dictionary(language& l);
|
void read_naughty_dictionary(language& l);
|
||||||
|
void activate_scry();
|
||||||
using std::stringstream;
|
using std::stringstream;
|
||||||
using std::to_string;
|
using std::to_string;
|
||||||
using std::ostream;
|
using std::ostream;
|
||||||
@ -271,6 +272,10 @@ bool draw(cell *c, const shiftmatrix& V) {
|
|||||||
|
|
||||||
map<int, hyperpoint> where_is_tile;
|
map<int, hyperpoint> where_is_tile;
|
||||||
|
|
||||||
|
void activate_scry() {
|
||||||
|
for(auto& t: deck) where_is_tile.erase(t.id);
|
||||||
|
}
|
||||||
|
|
||||||
vector<tile>* current_box;
|
vector<tile>* current_box;
|
||||||
|
|
||||||
struct uicoords {
|
struct uicoords {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user