Skip to content

Commit

Permalink
Fix event 56
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiryn committed Apr 14, 2024
1 parent 266169e commit 6fcf180
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions other/v4-to-v5-events-emojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,10 @@
"🪓": "cut"
},
"56": {
"⚫": "",
"❌": "",
"🍸": "",
"🏖️": ""
"⚫": "drinkBlack",
"❌": "refuse",
"🍸": "drinkRandom",
"🏖️": "beach"
},
"57": {
"🌊": "continue",
Expand Down
4 changes: 2 additions & 2 deletions other/v5-icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def processSmallEvents(data, filename, finalJson):
return data["emote"]

jsonObj = {}
# jsonObj["events"] = processDir("events", processEvents)
jsonObj["events"] = processDir("events", processEvents)
jsonObj["pets"] = processDir("pets", processPets)
jsonObj["smallEvents"] = processDir("smallEvents", processSmallEvents)
jsonObj["small_events"] = processDir("smallEvents", processSmallEvents)

# Map types
mapTypes = {}
Expand Down

0 comments on commit 6fcf180

Please sign in to comment.