Eatable potion

This commit is contained in:
He4eT 2024-12-10 19:35:32 +01:00
commit cd023b3b4d

View file

@ -1,4 +1,4 @@
potion: Thing potion: Food
'potion' 'potion'
'potion' 'potion'
"A small glass bottle filled with a glowing green potion.\n "A small glass bottle filled with a glowing green potion.\n
@ -6,4 +6,10 @@ potion: Thing
It's sealed with a cork and looks both intriguing and powerful, It's sealed with a cork and looks both intriguing and powerful,
hinting at magical properties within. " hinting at magical properties within. "
location = dude location = dude
dobjFor(Eat) {
action() {
"It was poisoned. ";
finishGameMsg(ftDeath, [finishOptionUndo]);
}
}
; ;