diff --git a/orbgen.cpp b/orbgen.cpp index 5ffeabf8..e0064195 100644 --- a/orbgen.cpp +++ b/orbgen.cpp @@ -161,7 +161,7 @@ EX vector orbinfos = { {orbgenflags::S_NATIVE, laEclectic, 1000, 1000, itOrbChaos}, {orbgenflags::S_GUEST, laEclectic, 4000, 0, itOrbWinter}, {orbgenflags::S_GUEST, laEclectic, 2000, 0, itOrbLightning}, - {orbgenflags::S_GUEST, laWet, 1000, 1000, itOrbPlague}, + {orbgenflags::S_NATIVE, laWet, 1000, 1000, itOrbPlague}, {orbgenflags::S_GUEST, laWet, 4000, 0, itOrbFish}, {orbgenflags::S_NATIVE, laWhirlpool, 0, 2000, itOrbWater}, // needs to be last };