From 0e4ca28ee431046d7274f58e798254ec11ac0555 Mon Sep 17 00:00:00 2001 From: Alex Bethel Date: Sat, 3 Jul 2021 15:53:19 -0500 Subject: [PATCH] Correct spelling errors in item descriptions --- assets/common/items/crafting_ing/cloth/sunsilk.ron | 2 +- assets/common/items/food/meat/bird_large_raw.ron | 2 +- assets/common/items/npc_weapons/sword/dullahan_sword.ron | 2 +- assets/common/items/npc_weapons/sword/saurok_sword.ron | 2 +- assets/common/items/weapons/bow/wood-1.ron | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/common/items/crafting_ing/cloth/sunsilk.ron b/assets/common/items/crafting_ing/cloth/sunsilk.ron index 3d063eb955..3d2f4f4089 100644 --- a/assets/common/items/crafting_ing/cloth/sunsilk.ron +++ b/assets/common/items/crafting_ing/cloth/sunsilk.ron @@ -1,6 +1,6 @@ ItemDef( name: "Sunsilk", - description: "A supernaturally strong texile.", + description: "A supernaturally strong textile.", kind: Ingredient( kind: "Sunsilk", ), diff --git a/assets/common/items/food/meat/bird_large_raw.ron b/assets/common/items/food/meat/bird_large_raw.ron index b55479245b..c28fc0e302 100644 --- a/assets/common/items/food/meat/bird_large_raw.ron +++ b/assets/common/items/food/meat/bird_large_raw.ron @@ -1,6 +1,6 @@ ItemDef( name: "Huge Raw Drumstick", - description: "It's magificent.", + description: "It's magnificent.", kind: Consumable( kind: Food, effect: [ diff --git a/assets/common/items/npc_weapons/sword/dullahan_sword.ron b/assets/common/items/npc_weapons/sword/dullahan_sword.ron index 069dcb56d3..e81bca1af4 100644 --- a/assets/common/items/npc_weapons/sword/dullahan_sword.ron +++ b/assets/common/items/npc_weapons/sword/dullahan_sword.ron @@ -1,6 +1,6 @@ ItemDef( name: "Dullahan Sword", - description: "Placehoder", + description: "Placeholder", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/npc_weapons/sword/saurok_sword.ron b/assets/common/items/npc_weapons/sword/saurok_sword.ron index 785de51e2b..b19725e38f 100644 --- a/assets/common/items/npc_weapons/sword/saurok_sword.ron +++ b/assets/common/items/npc_weapons/sword/saurok_sword.ron @@ -1,6 +1,6 @@ ItemDef( name: "Saurok Sword", - description: "Placehoder", + description: "Placeholder", kind: Tool(( kind: Sword, hands: Two, diff --git a/assets/common/items/weapons/bow/wood-1.ron b/assets/common/items/weapons/bow/wood-1.ron index 31afce2446..91ec9884ce 100644 --- a/assets/common/items/weapons/bow/wood-1.ron +++ b/assets/common/items/weapons/bow/wood-1.ron @@ -1,6 +1,6 @@ ItemDef( name: "Flatbow", - description: "The bow looks stangely flat...", + description: "The bow looks strangely flat...", kind: Tool(( kind: Bow, hands: Two,