diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-04-18 22:41:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-04-18 22:41:45 -0300 |
commit | df8cce5728bdf0a3155e6412a39cd7544570a1db (patch) | |
tree | 45361063291d80ffa5823776e0f6c2be711ad2c1 | |
parent | 3b43f6de3cee5557ed272c3db82ee81b85450743 (diff) | |
download | serverdata-df8cce5728bdf0a3155e6412a39cd7544570a1db.tar.gz serverdata-df8cce5728bdf0a3155e6412a39cd7544570a1db.tar.bz2 serverdata-df8cce5728bdf0a3155e6412a39cd7544570a1db.tar.xz serverdata-df8cce5728bdf0a3155e6412a39cd7544570a1db.zip |
Fix CI. Headhood now gives MP +50 due to being influenced by the Mana Source.
-rw-r--r-- | db/re/item_db.conf | 3 | ||||
-rw-r--r-- | npc/items/books.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 069cc0c24..c0662747e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11772,6 +11772,9 @@ item_db: ( id5020: 1 id5021: 1 } + Script: <" + bonus bMaxSP,50; + "> }, { Id: 3028 diff --git a/npc/items/books.txt b/npc/items/books.txt index 88d83b827..3100c3e52 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -800,7 +800,7 @@ function read_book { next; mesc l("Barbara stole Lalica's Apple, which is described to you exactly like a Mana Stone. So I went to the mines, but I didn't find her at first."); dnext; - mesc l("Instead, I've found out the city guard was attacked by someone or something, and they put the blame on her.") + mesc l("Instead, I've found out the city guard was attacked by someone or something, and they put the blame on her."); dnext; mesc l("Going further, I found Orbyter's Shrine, and at the central altar, I found not the Mana Stone, but the Lightbringer - the Mana Source itself, posing as a mana stone."); dnext; |