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

Fixed barrow wight tile for Necromancers

git-svn-id: http://svn.net-core.org/repos/t-engine4@4798 51575b47-30f0-44d4-a5cc-537603b46e54
parent 24f2f22e
No related branches found
No related tags found
No related merge requests found
......@@ -481,6 +481,7 @@ local minions_list = {
see_invisible = 7,
undead = 1,
name = "barrow wight", color=colors.LIGHT_RED, image="npc/barrow_wight.png",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/barrow_wight.png", display_h=2, display_y=-1}}},
desc=[[It is a ghostly nightmare of an entity.]],
max_life = resolvers.rngavg(80,90),
combat_armor = 10, combat_def = 8,
......
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