Compare commits

..

1 commit

Author SHA1 Message Date
Seirra
3768e9bc63
Merge 2a830d301b into a685209dc1 2024-08-11 23:42:56 +01:00

View file

@ -31,7 +31,7 @@ namespace RJW_Genes
if (OvipositorF == null) return;
OvipositorF.AsHediff.TryGetComp<HediffComp_Ovipositor>().NewEggCheckInterval = 10000 / MULTIPLIER;
OvipositorF.AsHediff.TryGetComp<HediffComp_Ovipositor>().NewEggCheckInterval = 10000 / 3;
// DevNote: I first had a for-loop calling OviPositorF.tick(), but I fear that would be a performance sink.
// Also, it would double other aspects as well, such as bleeding out through your insect-PP or dropping out the eggs.