Skip to content
Snippets Groups Projects
Commit 563b3ea9 authored by dg's avatar dg
Browse files

Spectators wont decay in the ring of blood

git-svn-id: http://svn.net-core.org/repos/t-engine4@3198 51575b47-30f0-44d4-a5cc-537603b46e54
parent d3dad916
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ newEntity{ define_as = "RING_MASTER",
----------------------------------- Spectators
newEntity{ define_as = "SPECTATOR",
type = "humanoid", subtype = resolvers.rngtable{"shalore","thalore","human","halfling","dwarf"},
name = "spectator",
name = "spectator", quest = true,
female = resolvers.rngtable{false, true},
display = "p", resolvers.rngcolor{colors.BLUE, colors.LIGHT_BLUE, colors.RED, colors.LIGHT_RED, colors.ORANGE, colors.YELLOW, colors.GREEN, colors.LIGHT_GREEN, colors.PINK, },
desc = [[A spectator, who probably paid a lot to watch this bloody "game".]],
......@@ -97,7 +97,7 @@ newEntity{ define_as = "PLAYER_SLAVE",
type = "humanoid", subtype = "human",
name = "slave combatant",
display = "@", color=colors.UMBER,
desc = [[This ]],
desc = [[This humand has been enslaved by the yaech's mental powers.]],
level_range = {9, 9}, exp_worth = 0,
max_life = 120, life_rating = 12, fixed_rating = true,
rank = 3,
......
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