Skip to content
Snippets Groups Projects
Commit a3cd40d8 authored by Otowa Kotori's avatar Otowa Kotori
Browse files

Fix Poltergeist duplicate uniques (my fault!)

parent 55b79f0c
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ local make_poltergeist = function(type)
--if class ==
e:resolve()
e:resolve(nil, true)
game.zone:addEntity(game.level, o, "object")
e:wearObject(o, true, false, "MAINHAND")
for _, v in ipairs(el) do
e:wearObject(v[1], true, false, v[2])
......
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