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

fix things

git-svn-id: http://svn.net-core.org/repos/t-engine4@5968 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5dbd926c
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ newEntity{ define_as = "LIMMIR",
end,
on_takehit = function(self, value, who)
if self.last_took_hit_cry and game.turn < self.last_took_hit_cry + 10 and (not who or who.type ~= "demon") then return value end
if self.last_took_hit_cry and game.turn < self.last_took_hit_cry + 100 and (not who or who.type ~= "demon") then return value end
self.last_took_hit_cry = game.turn
game.bignews:say(90, "#VIOLET#Limmir is attacked! Defend him!")
......
......@@ -757,7 +757,7 @@ function _M:createDisplay()
local vsep3 = Separator.new{dir="horizontal", size=self.ih - 20}
self.c_desc = TextzoneList.new{ focus_check = true, scrollbar = true, width=self.iw - 200 - 530 - 40, height = self.ih - (self.b_prodigies and 0 or self.b_prodigies.h + 5), dest_area = { h = self.ih } }
ret[#ret+1] = {right=0, top=0, ui=self.c_desc}
ret[#ret+1] = {right=self.c_desc.w, top=0, ui=vsep3}
ret[#ret+1] = {right=self.c_desc.w + 5, top=40, ui=vsep3}
end
return ret
......
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