1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

shards collectable in laMirrorOld

This commit is contained in:
Zeno Rogue 2018-07-07 11:04:44 +02:00
parent 5b5f36004b
commit 8b35bf6d4b

View File

@ -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);