From 67419631f58f64644a397a0d43a501a0973c67ca Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Sun, 27 Jun 2021 01:44:11 -0700 Subject: [PATCH] Help for Mutant Sapling no longer claims that it unlocks Orb of Luck globally --- orbgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbgen.cpp b/orbgen.cpp index c7666f0e..3448e998 100644 --- a/orbgen.cpp +++ b/orbgen.cpp @@ -116,7 +116,7 @@ EX vector orbinfos = { {orbgenflags::S_NAT_NT, laElementalWall, 1500, 4000, itOrbSummon}, {orbgenflags::S_NATIVE, laStorms, 1000, 2500, itOrbStunning}, {orbgenflags::S_NATIVE, laOvergrown, 1000, 800, itOrbWoods}, - {orbgenflags::S_GUEST, laOvergrown, 1000, 800, itOrbLuck}, + {orbgenflags::S_GUEST, laOvergrown, 1000, 0, itOrbLuck}, {orbgenflags::S_NATIVE, laWhirlwind, 1250, 3000, itOrbAir}, {orbgenflags::S_NATIVE, laHaunted, 1000, 5000, itOrbUndeath}, {orbgenflags::S_NATIVE, laClearing, 5000, 5000, itOrbFreedom},