Skip to content
Snippets Groups Projects
Commit c31cffc2 authored by dg's avatar dg
Browse files

Learning Flash Bang Trap from the merchant correctly removes gold

git-svn-id: http://svn.net-core.org/repos/t-engine4@6744 51575b47-30f0-44d4-a5cc-537603b46e54
parent 68913b11
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ newChat{ id="traplearn",
answers = {
{"Thanks.", action=function(npc, player)
p:learnTalent(p.T_FLASH_BANG_TRAP, 1, nil, {no_unlearn=true})
p:incMoney(-3000)
game.log("#LIGHT_GREEN#You learn the schematic, you can now create flash bang traps!")
end},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment