Add descriptions to the potions

This commit is contained in:
juliancoffee 2021-07-01 01:56:07 +03:00
parent d4c61ae2f3
commit e6ed0137e8
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
ItemDef(
name: "Large Potion",
description: "",
description: "Precious medicine.",
kind: Consumable(
kind: Drink,
effects: [

View File

@ -1,6 +1,6 @@
ItemDef(
name: "Medium Potion",
description: "",
description: "Enchanted healing flask.",
kind: Consumable(
kind: Drink,
effects: [

View File

@ -1,6 +1,6 @@
ItemDef(
name: "Minor Potion",
description: "",
description: "Made of apples with love.",
kind: Consumable(
kind: Drink,
effects: [