Skip to content

Commit

Permalink
dedicated unload loot button (CleverRaven#59596)
Browse files Browse the repository at this point in the history
* Unload loot working

* kind of working

* new mode with interrupts working correctly

* feature parity test

* Clangin'

* clang again
  • Loading branch information
bombasticSlacks authored and alef committed Aug 5, 2022
1 parent cc22185 commit 4116647
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 6 deletions.
8 changes: 8 additions & 0 deletions data/json/player_activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,14 @@
"verb": "sorting out the loot",
"based_on": "neither"
},
{
"id": "ACT_UNLOAD_LOOT",
"type": "activity_type",
"activity_level": "MODERATE_EXERCISE",
"verb": "unloading loot",
"based_on": "neither",
"multi_activity": true
},
{
"id": "ACT_FETCH_REQUIRED",
"type": "activity_type",
Expand Down
Loading

0 comments on commit 4116647

Please sign in to comment.