mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
shards collectable in laMirrorOld
This commit is contained in:
parent
5b5f36004b
commit
8b35bf6d4b
2
game.cpp
2
game.cpp
@ -3316,7 +3316,7 @@ string itemcounter(int qty) {
|
||||
void gainShard(cell *c2, const char *msg) {
|
||||
invismove = false;
|
||||
string s = XLAT(msg);
|
||||
if(c2->land == laMirror && !peace::on) {
|
||||
if(among(c2->land, laMirror, laMirrorOld) && !peace::on) {
|
||||
gainItem(itShard);
|
||||
s += itemcounter(items[itShard]);
|
||||
collectMessage(c2, itShard);
|
||||
|
Loading…
Reference in New Issue
Block a user