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

Redhead option for elves!

git-svn-id: http://svn.net-core.org/repos/t-engine4@5932 51575b47-30f0-44d4-a5cc-537603b46e54
parent b84e589a
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,13 @@ newBirthDescriptor{
resolvers.inventory{ id=true, {defined="ORB_SCRYING"} },
resolvers.generic(function(e) e.hotkey[10] = {"inventory", "Orb of Scrying"} end),
},
cosmetic_unlock = {
cosmetic_race_human_redhead = {
{name="Redhead [donator only]", donator=true, on_actor=function(actor) if actor.moddable_tile then actor.moddable_tile_base = "base_redhead_01.png" end end, check=function(birth) return birth.descriptors_by_type.sex == "Male" end},
{name="Redhead [donator only]", donator=true, on_actor=function(actor) if actor.moddable_tile then actor.moddable_tile_base = "base_redhead_01.png" actor.moddable_tile_ornament={female="braid_redhead_02"} end end, check=function(birth) return birth.descriptors_by_type.sex == "Female" end},
},
},
}
---------------------------------------------------------
......
......@@ -20,7 +20,7 @@
return "New Cosmetic Race Option: #LIGHT_GREEN#Redhead Characters",
[[You have saved Melinda from untold horrors and torments.
You may now create human and dwarf characters with red hairs.
You may now create human, elf and dwarf characters with red hairs.
This has no effect on gameplay at all but it is fun!
#LIGHT_GREEN#This is only available to donators. Thanks for your support
......
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