v1.2.1: fixed siren's song from spellbook adding lullaby to inventory

This commit is contained in:
Evan Debenham 2022-03-30 16:52:02 -04:00
parent a7d8bc6735
commit 641db9b93b

View File

@ -48,7 +48,7 @@ public class ScrollOfSirensSong extends ExoticScroll {
@Override
public void doRead() {
curItem.collect(); //we detach it later
if (!anonymous) curItem.collect(); //we detach it later
GameScene.selectCell(targeter);
}