Implemented Ctrl-Q drop stack
Also fixed an issue with TossItems not respecting count.
This commit is contained in:
@@ -85,6 +85,7 @@ enum
|
||||
DIG_STATUS_STARTED = 0,
|
||||
DIG_STATUS_CANCELLED = 1,
|
||||
DIG_STATUS_FINISHED = 2,
|
||||
DIG_STATUS_DROP_STACK= 3,
|
||||
DIG_STATUS_DROP_HELD = 4,
|
||||
DIG_STATUS_SHOOT_EAT = 5,
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user