Skip to content

Commit

Permalink
fix: message color
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Oct 25, 2023
1 parent 65a5675 commit 6e0d78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-otservbr-global/npc/percybald.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ local function creatureSayCallback(npc, creature, type, message)
if npcHandler:getTopic(playerId) == 12 then
npcHandler:say({
"Great! To clarify, donating 30,000 silver tokens and 25,000 gold tokens will entitle you to a unique outfit. ...",
"For 15,000 silver tokens and 12,500 gold tokens, you will receive the armor. For an additional 7,500 silver tokens and 6,250 gold tokens each, you can also receive the shield and crown. ...",
"For 15,000 silver tokens and 12,500 gold tokens, you will receive the {armor}. For an additional 7,500 silver tokens and 6,250 gold tokens each, you can also receive the {shield} and {crown}. ...",
"What will you choose?"
}, npc, creature)
npcHandler:setTopic(playerId, 13)
Expand Down

0 comments on commit 6e0d78c

Please sign in to comment.