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

Staves of ruination give nature damage instead of poison damage boost

git-svn-id: http://svn.net-core.org/repos/t-engine4@4077 51575b47-30f0-44d4-a5cc-537603b46e54
parent fdf02100
No related branches found
No related tags found
No related merge requests found
......@@ -462,7 +462,7 @@ newEntity{
combat_spellpower = resolvers.mbonus_material(12, 3),
inc_damage = {
[DamageType.BLIGHT] = resolvers.mbonus_material(10, 5),
[DamageType.POISON] = resolvers.mbonus_material(10, 5),
[DamageType.NATURE] = resolvers.mbonus_material(10, 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