bunch of small fixes #127

Merged
jake merged 30 commits from make_actually_work into master 2023-01-30 22:07:38 -05:00
Showing only changes of commit 8f6b562c22 - Show all commits

View File

@ -17,8 +17,6 @@ use crate::ship::drops::ItemDrop;
use crate::ship::items::actions;
use log::warn;
pub async fn pick_up_item<EG>(
item_state: &mut ItemState,
entity_gateway: &mut EG,