Merge branch 'AlexBethel/item-typos' into 'master'

Correct spelling errors in item descriptions

See merge request 
This commit is contained in:
Marcel 2021-07-15 08:15:43 +00:00
commit b8f7975195
5 changed files with 5 additions and 5 deletions
assets/common/items
crafting_ing/cloth
food/meat
npc_weapons/sword
weapons/bow

@ -1,6 +1,6 @@
ItemDef(
name: "Sunsilk",
description: "A supernaturally strong texile.",
description: "A supernaturally strong textile.",
kind: Ingredient(
kind: "Sunsilk",
),

@ -1,6 +1,6 @@
ItemDef(
name: "Huge Raw Drumstick",
description: "It's magificent.",
description: "It's magnificent.",
kind: Consumable(
kind: Food,
effects: [

@ -1,6 +1,6 @@
ItemDef(
name: "Dullahan Sword",
description: "Placehoder",
description: "Placeholder",
kind: Tool((
kind: Sword,
hands: Two,

@ -1,6 +1,6 @@
ItemDef(
name: "Saurok Sword",
description: "Placehoder",
description: "Placeholder",
kind: Tool((
kind: Sword,
hands: Two,

@ -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,