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

Fix the cloak of grim bonuses

git-svn-id: http://svn.net-core.org/repos/t-engine4@1555 51575b47-30f0-44d4-a5cc-537603b46e54
parent fd1accd8
No related branches found
No related tags found
No related merge requests found
......@@ -774,7 +774,7 @@ newEntity{ base = "BASE_CLOAK",
material_level = 3,
wielder = {
combat_def = 10,
inc_stats = { [Stats.STAT_CUN] = 4, [Stats.STAT_CUN] = 3, },
inc_stats = { [Stats.STAT_CUN] = 4, [Stats.STAT_CON] = 3, },
talents_types_mastery = { ["cunning/stealth"] = 0.1, },
},
......
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