Skip to content
Snippets Groups Projects
Commit a700ca5c authored by DarkGod's avatar DarkGod
Browse files

plop

parent 614c2843
No related branches found
No related tags found
No related merge requests found
......@@ -391,6 +391,7 @@ Items in the chest will not encumber you.]],
use_power = { name = "transmogrify all the items in your chest at once (also done automatically when you change level)", power = 0,
no_npc_use = true,
use = function(self, who)
if not who.player then return {id=true, used=false} end
local inven = who:getInven("INVEN")
local nb = 0
for i = #inven, 1, -1 do
......
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