Skip to content
Snippets Groups Projects
Commit fdfb7fca authored by DarkGod's avatar DarkGod
Browse files

Freed (or not) slaves in the Ring of Blood do not grant exp

parent 937bca18
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -208,7 +208,7 @@ newEntity{ base = "BASE_NPC_SLAVER",
name = "enthralled slave", color=colors.KHAKI,
subtype = "human",
desc = [[A slave.]],
level_range = {10, nil}, exp_worth = 1,
level_range = {10, nil}, exp_worth = 0,
rarity = 20,
max_life = resolvers.rngavg(80,90), life_rating = 13,
combat_armor = 0, combat_def = 6,
......
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