Skip to content
Snippets Groups Projects
Commit 59cec0eb authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@4110 51575b47-30f0-44d4-a5cc-537603b46e54
parent df9daa96
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ function _M:loadScreen(mod)
local middle = {core.display.loadImage("/data/gfx/waiter/middle.png"):glTexture()}
local bar = {core.display.loadImage("/data/gfx/waiter/bar.png"):glTexture()}
local dw, dh = math.floor(sw / 2), 54
local dw, dh = math.floor(sw / 2), left[7]
local dx, dy = math.floor((sw - dw) / 2), sh - dh
return function()
......
......@@ -59,7 +59,7 @@ newTalent{
mode = "passive",
points = 5,
info = function(self, t)
return ([[You have learnt to disarm traps (%d disarm power).]]):
return ([[You have learned to disarm traps (%d disarm power).]]):
format(self:getTalentLevel(t) * self:getCun(25, true))
end,
}
......
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