This commit is contained in:
jshipsey 2020-09-17 22:41:40 -04:00
parent fff6a6fb0a
commit 90e5bbaac0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Item(
ItemDef(
name: "Swift Glider",
description: "Thank goodness for big pockets",
kind: Glider(

View File

@ -55,7 +55,7 @@ impl LoadoutBuilder {
.lantern(Some(Item::new_from_asset_expect(
"common.items.armor.starter.lantern",
)))
.glider(Some(ItemAsset::load_expect_cloned(
.glider(Some(Item::new_from_asset_expect(
"common.items.armor.starter.glider",
)))
}