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

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@2230 51575b47-30f0-44d4-a5cc-537603b46e54
parent 895680f0
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ function _M:okclick()
self:simplePopup("Password", "Password mismatch!")
return
end
if self.c_login.text:len() < 3 then
if self.c_login.text:len() < 2 then
self:simplePopup("Username", "Your username is too short")
return
end
......
......@@ -134,6 +134,7 @@ newTalent{
action = function(self, t)
if not game.level.backup then
game.logSeen(self, "#LIGHT_RED#The spell fizzles.")
return
end
game:onTickEnd(function()
......
......@@ -71,7 +71,7 @@ newTalent{
return ([[Destroys one of your summons, make it detonate in radius of %d.
Only some summons can be detonated:
- Ritch Flamespitter: Explodes into a fireball doing %0.2f fire damage
- Jelly: Explodes into a ball of slowing slime doing 0.2f damage and slowing for 3 turns for 30%%
- Jelly: Explodes into a ball of slowing slime doing %0.2f damage and slowing for 3 turns for 30%%
The effects improves with your Willpower.]]):format(1 + self:getTalentLevelRaw(t),damDesc(self, DamageType.FIRE, 28 + self:getWil(32) * self:getTalentLevel(t)),damDesc(self, DamageType.SLIME, 18 + self:getWil(22) * self:getTalentLevel(t)))
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