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

Recued the stat effect on NPC runes/infusions

git-svn-id: http://svn.net-core.org/repos/t-engine4@2559 51575b47-30f0-44d4-a5cc-537603b46e54
parent ea545bbd
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ General:
- Reenen Laurie for work on the musics, locating and choosing them
Graphics:
- Shockbolt (Raymond Gaustadnes)
- Shockbolt (Raymond Gaustadnes) http://shockbolt.deviantart.com
- Mushroomhermit's tiles
- David Gervais's tiles
- Andreas Kosh for more tiles
......
......@@ -389,7 +389,7 @@ function resolvers.calc.inscriptions(t, e)
o = game.zone:makeEntity(game.level, "object", {type="scroll", subtype=t[2]}, nil, true)
end
if o and o.inscription_talent and o.inscription_data then
o.inscription_data.use_any_stat = 0.7 -- Cheat a beat to scale inscriptions nicely
o.inscription_data.use_any_stat = 0.3 -- Cheat a beat to scale inscriptions nicely
e:setInscription(nil, o.inscription_talent, o.inscription_data, false, false, nil, true, true)
end
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