Changed fallback ability icon.

This commit is contained in:
Sam 2021-11-11 23:41:01 -05:00
parent 040d70c750
commit b901b97191

View File

@ -321,7 +321,7 @@ pub fn ability_image(imgs: &img_ids::Imgs, ability_id: &str) -> image::Id {
// Dagger
"common.abilities.dagger.tempbasic" => imgs.onehdagger_m1,
_ => imgs.nothing,
_ => imgs.not_found,
}
}