mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Allows cult fall to have more cultists on lowpop (#29453)
* Makes cult fall more forgiving on lowpop * oops
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user