Skip to content

Commit

Permalink
v0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjinkou2 committed Oct 24, 2016
1 parent beed2b0 commit fbe3822
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doax3-xp-grin-v0.8.gpc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ define Nb_Vacations = 25;

// will try to buy at every X vacations
define IWantToBuyItem = TRUE;// False = switch off autobuying.
define Buy_At_X = 1; // At 2 vacations
define Buy_At_X = 2; // At 2 vacations


// ----------------------
Expand Down Expand Up @@ -322,9 +322,10 @@ define takePartner = TRUE;
// Gift Inventory management
// -------------------------
// Set to TRUE if you want to clear girl's gifts inventory
define IWantToDeleteGift = FALSE;
define IWantToDeleteGift = TRUE;
define DeleteAt = 2; // every X vacations will delete at day 14
define NbToDelete = 15; // Number of gifts to delete
define NbToDelete = 15; // Number of gifts to delete (Note: choose less than 10
// per vacation bc of the expired gifts)

// ---------------
// Troubleshooting
Expand Down

0 comments on commit fbe3822

Please sign in to comment.