Allows cult fall to have more cultists on lowpop (#29453)

* Makes cult fall more forgiving on lowpop

* oops
This commit is contained in:
Contrabang
2025-06-07 14:04:26 +00:00
committed by GitHub
parent 22636353c7
commit 74694e5059
+1 -1
View File
@@ -165,7 +165,7 @@ RESTRICT_TYPE(/datum/team/cult)
if(cult_ascendant)
// The cult only falls if below 1/2 of the rising, usually pretty low. e.g. 5% on highpop, 10% on lowpop
if(cult_players < (rise_number / 2))
if(cult_players <= ceil(rise_number / 2))
cult_fall()
return