Skip to content

Commit

Permalink
Merge pull request #14 from JP-Carr/new_development
Browse files Browse the repository at this point in the history
changes to weather rules are now saving
  • Loading branch information
why-keith authored Dec 28, 2020
2 parents 4fff649 + ad60ccf commit a22fadf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DnD_Time_Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ def update_menu():
if save_pref==True:
pref=new_pref
pickler("pref.pkl", pref)


db.RAW=raw_weather
pickler(camp_dir+"/"+campaign+".pkl", db)

elif event.endswith("::raw_time_out"):
print(db.day_raw,db.hour)
Expand Down

0 comments on commit a22fadf

Please sign in to comment.