Add deterministic seed trigger (real random_seed spread simulation)

This commit is contained in:
2026-08-05 17:19:02 +02:00
parent 67ab4b2c3c
commit d249ce94f0
6 changed files with 392 additions and 5 deletions
@@ -69,6 +69,7 @@ namespace Settings
inline auto DrawIndicator = true;
inline auto Hitchance = 0; // percent, 0 = off
inline auto HitchanceSamples = 64;
inline auto SeedTrigger = false; // deterministic: only fire if the real bullet (current random_seed) would hit
}
namespace Colors
{