Commit 120aa87
authored
refactor(infect): simplify mother selection and RTD weights (#153)
- Removes weight logic from RTD system while keeping the core functionality.
- Implements forced mother zombie selection and adjusts selection flow.
- Fixes infection cycle to prevent external API calls from altering the process.
- Cleans up deprecated weight-related CVars.
- Update docs1 parent a20ab3d commit 120aa87
4 files changed
Lines changed: 171 additions & 136 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2912 | 2912 | | |
2913 | 2913 | | |
2914 | 2914 | | |
2915 | | - | |
2916 | | - | |
2917 | | - | |
2918 | | - | |
2919 | | - | |
2920 | | - | |
2921 | | - | |
2922 | | - | |
2923 | | - | |
2924 | | - | |
2925 | | - | |
2926 | | - | |
2927 | | - | |
2928 | | - | |
2929 | | - | |
2930 | | - | |
2931 | | - | |
2932 | | - | |
2933 | | - | |
2934 | | - | |
2935 | | - | |
2936 | | - | |
2937 | | - | |
2938 | | - | |
2939 | | - | |
2940 | | - | |
2941 | | - | |
2942 | | - | |
2943 | | - | |
2944 | | - | |
2945 | | - | |
2946 | | - | |
2947 | | - | |
2948 | | - | |
2949 | | - | |
2950 | | - | |
2951 | 2915 | | |
2952 | 2916 | | |
2953 | 2917 | | |
| |||
2999 | 2963 | | |
3000 | 2964 | | |
3001 | 2965 | | |
3002 | | - | |
3003 | | - | |
3004 | | - | |
3005 | | - | |
3006 | | - | |
3007 | | - | |
3008 | | - | |
3009 | 2966 | | |
3010 | 2967 | | |
3011 | 2968 | | |
3012 | 2969 | | |
3013 | | - | |
| 2970 | + | |
3014 | 2971 | | |
3015 | 2972 | | |
3016 | 2973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 123 | | |
127 | 124 | | |
128 | 125 | | |
| |||
331 | 328 | | |
332 | 329 | | |
333 | 330 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | 331 | | |
338 | 332 | | |
339 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
0 commit comments