Skip to content

Commit

Permalink
Merge pull request #473 from jordanweiler/add-iceman
Browse files Browse the repository at this point in the history
Add Iceman Hero Pack
  • Loading branch information
Kamalisk authored May 17, 2024
2 parents eef6fbc + 8562eca commit 4910470
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 2 deletions.
4 changes: 2 additions & 2 deletions add_octgnid.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import json
import uuid

runFile = 'aoa_encounter.json'
pack_code = 'aoa'
runFile = 'iceman.json'
pack_code = 'iceman'

with open('./packs.json') as json_file:
pack_data = json.load(json_file)
Expand Down
Loading

0 comments on commit 4910470

Please sign in to comment.