introduce Dankwart npc and tea fluid

This commit is contained in:
ErikasKontenis
2022-06-26 12:23:24 +03:00
parent 05d5f2ae61
commit a085446eeb
6 changed files with 87 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ local messages = {
[FLUID_COCONUTMILK] = "Mmmh.",
[FLUID_FRUITJUICE] = "Mmmh.",
[FLUID_MEAD] = "Aah...",
[FLUID_TEA] = "Gulp.",
}
function onUse(player, item, fromPosition, target, toPosition)