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

Fixed the High Peak so that High Sun Paladin Aeryn do come if she needs to

git-svn-id: http://svn.net-core.org/repos/t-engine4@1383 51575b47-30f0-44d4-a5cc-537603b46e54
parent c548c004
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ newEntity{ define_as = "HIGH_SUN_PALADIN_AERYN",
type = "humanoid", subtype = "human",
display = "p",
faction = "sunwall",
name = "High Sun Paladin Aeryn", color=colors.VIOLET, unique = true,
name = "High Sun Paladin Aeryn", color=colors.VIOLET, unique = "High Sun Paladin Aeryn High Peak Help",
desc = [[A beautiful woman, clad in a shining plate armour. Power radiates from her.]],
level_range = {56, 56}, exp_worth = 2,
rank = 5,
......
......@@ -19,6 +19,7 @@
load("/data/general/npcs/bone-giant.lua", rarity(0))
load("/data/general/npcs/ghoul.lua", rarity(5))
load("/data/general/npcs/ghost.lua", rarity(5))
load("/data/general/npcs/skeleton.lua", rarity(5))
load("/data/general/npcs/orc.lua", rarity(3))
load("/data/general/npcs/orc-rak-shor.lua", rarity(0))
......
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