Jeck - "Fix" to issue 247 (see issue for notes), added additional award ("Collection valued over 10,000 credits"), minor enhancement to trophy room UI (floating "O - Details" notification).
The new award will need some art before we ship, but it won't take too much work to add that :)
This commit is contained in:
@@ -50,6 +50,7 @@ const char * Options::optionNames[] = {
|
||||
"prx_rimom",
|
||||
"prx_eviltwin",
|
||||
"prx_rnddeck",
|
||||
"aw_collector",
|
||||
};
|
||||
int Options::getID(string name){
|
||||
if(!name.size())
|
||||
@@ -825,6 +826,7 @@ bool GameOptionAward::giveAward(){
|
||||
achieved = time(NULL);
|
||||
viewed = false;
|
||||
number = 1;
|
||||
options.save(); //TODO - Consider efficiency of this placement.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user