mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
cleaned up where summoned creature appears for Orb of Life and Orb of Friendship
This commit is contained in:
@@ -661,7 +661,7 @@ EX namespace inv {
|
||||
eItem it = cwt.at->item;
|
||||
cwt.at->item = orbmap[uni];
|
||||
inv::activating = true;
|
||||
collectItem(cwt.at, true);
|
||||
collectItem(cwt.at, cwt.at, true);
|
||||
inv::activating = false;
|
||||
addMessage(XLAT("You activate %the1.", orbmap[uni]));
|
||||
if(!cwt.at->item) usedup[orbmap[uni]]++;
|
||||
|
Reference in New Issue
Block a user