Skip to content
Snippets Groups Projects
Commit cd34215c authored by DarkGod's avatar DarkGod
Browse files

Reduced the cooldowns on the talents of the mice in the dream of vulnerability

parent ff5b4d33
No related branches found
No related tags found
No related merge requests found
......@@ -2120,7 +2120,7 @@ function _M:saveGame()
self.party:setPlayer(self:getPlayer(true), true)
_G.game = clone
print("Saving JSON", pcall(function() if not game:getPlayer(true).__no_save_json then
print("Saving JSON", pcall(function() if not game.player.__no_save_json then
local party = game.party:cloneFull()
party.__te4_uuid = game:getPlayer(true).__te4_uuid
for m, _ in pairs(party.members) do
......
......@@ -216,6 +216,12 @@ return {
max_life = 10,
__no_save_json = true,
mouse_turn = game.turn,
talent_cd_reduction={
T_EVASION=17,
T_NIMBLE_MOVEMENTS=15,
T_HIDE_IN_PLAIN_SIGHT=30,
T_STEALTH=5,
},
resolvers.talents{
T_STEALTH = 12,
T_SHADOWSTRIKE = 5,
......
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