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

oups

git-svn-id: http://svn.net-core.org/repos/t-engine4@1728 51575b47-30f0-44d4-a5cc-537603b46e54
parent b57bcad8
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ function _M:generateRandart()
local base = game.zone:makeEntity(game.level, "object", {ego_chance=-1000, special=function(e) return (not e.unique and e.slot and e.slot ~= "INBELT") and true or false end}, nil, true)
if not base then return end
local o = base:cloneFull()
print("Creating randart using base "..o.name) FIX ME
print("Creating randart using base "..o.name)
o.randart = true
o.rarity = rng.range(200, 290)
......
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