Change multiplayer payout to 2x, if amulet then 10x

This commit is contained in:
jl777
2019-02-18 22:21:26 -11:00
parent f77c99d781
commit 2c6640cdd4
3 changed files with 7 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ struct rogue_packitem
};
struct rogue_player
{
int32_t gold,hitpoints,strength,level,experience,packsize,dungeonlevel,pad;
int32_t gold,hitpoints,strength,level,experience,packsize,dungeonlevel,amulet;
struct rogue_packitem roguepack[MAXPACK];
};
int32_t rogue_replay2(uint8_t *newdata,uint64_t seed,char *keystrokes,int32_t num,struct rogue_player *player,int32_t sleepmillis);