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

lower

git-svn-id: http://svn.net-core.org/repos/t-engine4@3458 51575b47-30f0-44d4-a5cc-537603b46e54
parent 311add73
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ newEntity{
no_loot_randart = true,
on_die = function(self, src) -- When they die they have a chance to drop an alchemist ingredient
local q = game.player:hasQuest("brotherhood-of-alchemists")
if q and rng.percent(40) then
if q and rng.percent(30) then
local ing = rng.table(q.needed_ingredients)
if ing then
q:need_part(src, ing.define_as, self)
......
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