mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
preparing for daily
This commit is contained in:
@@ -337,6 +337,10 @@ namespace inv {
|
||||
gainOrbs(itMagnet, itOrbMagnetism);
|
||||
gainOrbs(itRuins, itOrbSlaying);
|
||||
|
||||
#if CAP_DAILY
|
||||
daily::gifts();
|
||||
#endif
|
||||
|
||||
if(items[itOrbLove] && !items[itSavedPrincess]) items[itSavedPrincess] = 1;
|
||||
|
||||
int& r = remaining[itGreenStone];
|
||||
|
Reference in New Issue
Block a user