Mostly worked out how to do looting but now need how to take out of inventory and put into loot.
This commit is contained in:
parent
c509162be1
commit
94385b195d
7 changed files with 139 additions and 54 deletions
2
main.cpp
2
main.cpp
|
@ -35,6 +35,8 @@ int main(int argc, char* argv[]) {
|
|||
if(main.in_state(gui::State::IDLE)
|
||||
|| main.in_state(gui::State::NEXT_LEVEL)
|
||||
|| main.in_state(gui::State::LOOTING)
|
||||
|| main.in_state(gui::State::LOOT_GRAB)
|
||||
|| main.in_state(gui::State::INV_GRAB)
|
||||
|| main.in_state(gui::State::IN_COMBAT))
|
||||
{
|
||||
if(main.autowalking) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue