-
Notifications
You must be signed in to change notification settings - Fork 34
Description
RNG Seed: 3962683003
Cannot remove the only active target in the simulation!
Stack Trace:
goroutine 14 [running]:
runtime/debug.Stack()
/opt/hostedtoolcache/go/1.25.5/x64/src/runtime/debug/stack.go:26 +0x6
github.com/wowsims/mop/sim/core.runSim.func1()
/home/runner/work/mop/mop/sim/core/sim.go:130 +0xe
panic({0x91da0, 0x3d5b90})
/opt/hostedtoolcache/go/1.25.5/x64/src/runtime/panic.go:783 +0x1a
github.com/wowsims/mop/sim/core.(*Encounter).removeInactiveTarget(0x10be018, 0x10a8a88)
/home/runner/work/mop/mop/sim/core/target.go:126 +0x43
github.com/wowsims/mop/sim/core.(*Target).Disable(0x10a8a88, 0x100e000, 0x1)
/home/runner/work/mop/mop/sim/core/target.go:267 +0x10
github.com/wowsims/mop/sim/core.(*Simulation).DisableTargetUnit(...)
/home/runner/work/mop/mop/sim/core/target.go:284
github.com/wowsims/mop/sim/encou...