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

bloody chance

git-svn-id: http://svn.net-core.org/repos/t-engine4@25 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0050148d
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ function _M:die(src)
if src then
src:gainExp(self:worthExp())
end
self:bloodyDeath()
-- Do we get a blooooooody death ?
if rng.percent(33) then self:bloodyDeath() end
end
function _M:levelup()
......
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