A few bugs fixed. Very very rough draft of pet system. Hopefully it works, maybe it doesn't.

This commit is contained in:
Storm Dragon
2026-02-12 03:30:38 -05:00
parent 04ecb404c7
commit af6b3e4e3e
37 changed files with 936 additions and 43 deletions

View File

@@ -153,6 +153,7 @@ void apply_quest_reward(int score) {
message += "\nScore: " + score;
text_reader(message, "Quest Rewards", true);
attempt_pet_offer_from_quest(score);
}
void run_quest(int quest_type) {