Closed benjamin-rood closed 8 years ago
Currently in abm/vp-rbb.go line 26 – 29:
abm/vp-rbb.go
case "FERTILE": mate, err := vp.MateSearch(vpPop, me) errCh <- err vp.Copulation(mate, ctxt.VpReproductionChance, ctxt.VpGestation, ctxt.VpSexualRequirement)
There's no proximity test! So if vp can "see" a potential mate, then they telepathically attempt to copulate. WHOOPS.
Fixed by 716d9d5
716d9d5
Currently in
abm/vp-rbb.go
line 26 – 29:There's no proximity test! So if vp can "see" a potential mate, then they telepathically attempt to copulate. WHOOPS.