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

Reset arena data will also pop the store

git-svn-id: http://svn.net-core.org/repos/t-engine4@6149 51575b47-30f0-44d4-a5cc-537603b46e54
parent ca92d264
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,11 @@ local save_clear = function(self, player)
end
local o = game.zone:makeEntityByName(game.level, "object", "ARENA_SCORING")
if o then game.zone:addEntity(game.level, o, "object", 7, 3) end
local arenashop = game:getStore("ARENA_SHOP")
arenashop:loadup(game.level, game.zone)
arenashop:interact(game.player, "Gladiator's wares")
arenashop = nil
end
newChat{ id="welcome",
......
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