pub fn has_item(
    world: &dyn World,
    character: String,
    item: String
) -> Result<bool>