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

Ghouls correctly get their speed penality

git-svn-id: http://svn.net-core.org/repos/t-engine4@4354 51575b47-30f0-44d4-a5cc-537603b46e54
parent a6e996e2
No related branches found
No related tags found
No related merge requests found
......@@ -2928,6 +2928,7 @@ end
function _M:addedToLevel(level, x, y)
if not self._rst_full then self:resetToFull() self._rst_full = true end -- Only do it once, the first time we come into being
self:updateModdableTile()
self:recomputeGlobalSpeed()
if self.make_escort then
for _, filter in ipairs(self.make_escort) do
for i = 1, filter.number do
......
......@@ -231,6 +231,8 @@ function _M:newGame()
if config.settings.cheat then self.player.__cheated = true end
self.player:recomputeGlobalSpeed()
-- Register the character online if possible
self.player:getUUID()
self:updateCurrentChar()
......
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