mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Add potion
This commit is contained in:
parent
eeb63408bb
commit
a2ae664fcb
4 changed files with 24 additions and 0 deletions
9
items/potion.t
Normal file
9
items/potion.t
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
potion: Thing
|
||||
'potion'
|
||||
'potion'
|
||||
"A small glass bottle filled with a glowing green potion.\n
|
||||
The liquid shimmers with an emerald hue and emits a faint, herbal scent.
|
||||
It's sealed with a cork and looks both intriguing and powerful,
|
||||
hinting at magical properties within. "
|
||||
location = dude
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue