mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'AlexBethel/item-typos' into 'master'
Correct spelling errors in item descriptions See merge request veloren/veloren!2548
This commit is contained in:
commit
c03ad39440
@ -1,6 +1,6 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Sunsilk",
|
name: "Sunsilk",
|
||||||
description: "A supernaturally strong texile.",
|
description: "A supernaturally strong textile.",
|
||||||
kind: Ingredient(
|
kind: Ingredient(
|
||||||
kind: "Sunsilk",
|
kind: "Sunsilk",
|
||||||
),
|
),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Huge Raw Drumstick",
|
name: "Huge Raw Drumstick",
|
||||||
description: "It's magificent.",
|
description: "It's magnificent.",
|
||||||
kind: Consumable(
|
kind: Consumable(
|
||||||
kind: Food,
|
kind: Food,
|
||||||
effects: [
|
effects: [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Dullahan Sword",
|
name: "Dullahan Sword",
|
||||||
description: "Placehoder",
|
description: "Placeholder",
|
||||||
kind: Tool((
|
kind: Tool((
|
||||||
kind: Sword,
|
kind: Sword,
|
||||||
hands: Two,
|
hands: Two,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Saurok Sword",
|
name: "Saurok Sword",
|
||||||
description: "Placehoder",
|
description: "Placeholder",
|
||||||
kind: Tool((
|
kind: Tool((
|
||||||
kind: Sword,
|
kind: Sword,
|
||||||
hands: Two,
|
hands: Two,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: "Flatbow",
|
name: "Flatbow",
|
||||||
description: "The bow looks stangely flat...",
|
description: "The bow looks strangely flat...",
|
||||||
kind: Tool((
|
kind: Tool((
|
||||||
kind: Bow,
|
kind: Bow,
|
||||||
hands: Two,
|
hands: Two,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user