mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Correct spelling errors in item descriptions
This commit is contained in:
parent
89b71dc9a9
commit
0e4ca28ee4
@ -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,
|
||||
effect: [
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user