Re-weighted secondary goals. (#26586)

This commit is contained in:
Charlie Nolan
2024-09-10 15:42:26 -07:00
committed by GitHub
parent f57ebfa1a0
commit 6c2d43ec5a
14 changed files with 40 additions and 24 deletions
+1 -1
View File
@@ -3379,7 +3379,7 @@
if(T == /datum/station_goal/secondary)
continue
var/datum/station_goal/secondary/SG = T
if(initial(SG.abstract))
if(initial(SG.weight) < 1)
type_choices -= SG
var/picked = pick_closest_path(FALSE, make_types_fancy(type_choices), skip_filter = TRUE)
if(!picked)