So far most of the bugs are solved but there's still some edge cases in the inventory dance.

This commit is contained in:
Zed A. Shaw 2025-06-22 23:54:50 -04:00
parent e0588847fa
commit 3c5021e4c9
6 changed files with 40 additions and 25 deletions

View file

@ -126,7 +126,7 @@ namespace gui {
switch(ev) {
case INV_SELECT:
commit_drop($loot_ui.$gui, $status_ui.$gui, $grab_source, data);
if(commit_drop($loot_ui.$gui, $status_ui.$gui, $grab_source, data))
{
END(Event::CLOSE);
}