diff --git a/assets/common/entity/world/traveler0.ron b/assets/common/entity/world/traveler0.ron index 8540b7ab17..6bb0e0b47d 100644 --- a/assets/common/entity/world/traveler0.ron +++ b/assets/common/entity/world/traveler0.ron @@ -19,6 +19,7 @@ (1, ModularWeapon(tool: Staff, material: Wood, hands: None)), (1, ModularWeapon(tool: Sceptre, material: Wood, hands: None)), ]), None)), + glider: Item("common.items.glider.basic_white"), )), items: [ (5, "common.items.consumable.potion_minor"), diff --git a/assets/common/entity/world/traveler1.ron b/assets/common/entity/world/traveler1.ron index 9f903b5c50..80583ffc58 100644 --- a/assets/common/entity/world/traveler1.ron +++ b/assets/common/entity/world/traveler1.ron @@ -19,6 +19,7 @@ (1, ModularWeapon(tool: Staff, material: Bamboo, hands: None)), (1, ModularWeapon(tool: Sceptre, material: Bamboo, hands: None)), ]), None)), + glider: Item("common.items.glider.leaves"), )), items: [ (25, "common.items.consumable.potion_minor"), diff --git a/assets/common/entity/world/traveler2.ron b/assets/common/entity/world/traveler2.ron index 6c6d88a32c..42dfc3b404 100644 --- a/assets/common/entity/world/traveler2.ron +++ b/assets/common/entity/world/traveler2.ron @@ -30,6 +30,7 @@ (1, ModularWeapon(tool: Staff, material: Ironwood, hands: None)), (1, ModularWeapon(tool: Sceptre, material: Ironwood, hands: None)), ]), None)), + glider: Item("common.items.glider.butterfly3"), )), items: [ (50, "common.items.consumable.potion_med"), diff --git a/assets/common/entity/world/traveler3.ron b/assets/common/entity/world/traveler3.ron index 3f81160a5d..f3408a870c 100644 --- a/assets/common/entity/world/traveler3.ron +++ b/assets/common/entity/world/traveler3.ron @@ -30,6 +30,7 @@ (2, Item("common.items.weapons.staff.laevateinn")), (1, Item("common.items.weapons.sceptre.caduceus")), ]), None)), + glider: Item("common.items.glider.sunset"), )), items: [ (50, "common.items.consumable.potion_big"),