diff --git a/game/modules/tome/data/chats/last-hope-lost-merchant.lua b/game/modules/tome/data/chats/last-hope-lost-merchant.lua index 4fd63a64be17d13d90d7ced4df7e8dc1d1cad634..1031b2ea5964746544f27c612726f8333028366c 100644 --- a/game/modules/tome/data/chats/last-hope-lost-merchant.lua +++ b/game/modules/tome/data/chats/last-hope-lost-merchant.lua @@ -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}, }