diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-16 00:04:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-16 00:04:48 -0300 |
commit | 03331d99b2ca50352130d9edaa181da4c1b885e7 (patch) | |
tree | bdc6faf478374f70af1c783bb1114e51781abaa5 | |
parent | 91fcb95d343eb395991d1383053c11071f50e9df (diff) | |
download | serverdata-03331d99b2ca50352130d9edaa181da4c1b885e7.tar.gz serverdata-03331d99b2ca50352130d9edaa181da4c1b885e7.tar.bz2 serverdata-03331d99b2ca50352130d9edaa181da4c1b885e7.tar.xz serverdata-03331d99b2ca50352130d9edaa181da4c1b885e7.zip |
Inform at Itka (if Tutorial is set) that Ducks can drop Cherry Cakes
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/003-1/itka.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c348348e3..db30134b6 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1110,7 +1110,7 @@ mob_db: ( Arrow: 900 BugLeg: 800 TolchiAmmoBox: 500 - CherryCake: 250 + CherryCake: 350 CoinBag: 200 CasinoCoins: 100 DesertTablet: 2 diff --git a/npc/003-1/itka.txt b/npc/003-1/itka.txt index ae96c8b01..4daf67a40 100644 --- a/npc/003-1/itka.txt +++ b/npc/003-1/itka.txt @@ -10,6 +10,7 @@ mesq l("The inn north of me still haven't opened, which is a shame. I guess their cassino got too expensive."); next; mesq l("Anyway, I am selling Cherry Cakes to sponsor my studies. Please buy as many as you want!"); + if (TUTORIAL) mesc l("Protip: Ducks and Giant Maggots also drops Cherry Cakes."); next; openshop; closedialog; |