diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-10 09:25:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-10 09:25:59 -0300 |
commit | 7361d9a8860828b6040db76b5c9ebdc5d8fa29c6 (patch) | |
tree | 47d6c7bc49e3a1827d2b4047db606fae5966c958 /npc/scripts.conf | |
parent | 207ed7b67d2c47e14ab78c744681b6c3f67a9d0e (diff) | |
download | serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.tar.gz serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.tar.bz2 serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.tar.xz serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.zip |
[ALPHA] [UNTESTED] [EXPERIMENTAL] [TEST SERVER ONLY] [FIX TEST REVERT ME PLEASE]
Experimental Drinking System. Only on Red Plush Wine atm (not at Beer)
See also: https://wiki.themanaworld.org/index.php/User:Crush/Alcohol
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index fbe0fb172..4bf722fdf 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -62,6 +62,7 @@ "npc/functions/treasure.txt", // Item functions +"npc/items/alcohol.txt", "npc/items/books.txt", "npc/items/croconut.txt", "npc/items/emptybox.txt", |