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

Lichform does not change donator tile if used

git-svn-id: http://svn.net-core.org/repos/t-engine4@6401 51575b47-30f0-44d4-a5cc-537603b46e54
parent a4a39200
No related branches found
No related tags found
No related merge requests found
......@@ -155,10 +155,12 @@ newTalent{
self.has_used_lichform = true
self.descriptor.race = "Undead"
self.descriptor.subrace = "Lich"
self.moddable_tile = "skeleton"
self.moddable_tile_nude = true
self.moddable_tile_base = "base_lich_01.png"
self.moddable_tile_ornament = nil
if not self.has_custom_tile then
self.moddable_tile = "skeleton"
self.moddable_tile_nude = true
self.moddable_tile_base = "base_lich_01.png"
self.moddable_tile_ornament = nil
end
self.blood_color = colors.GREY
self:attr("poison_immune", 1)
self:attr("disease_immune", 0.5)
......
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