Made 80% at 1 purity, but harder ramp.

This commit is contained in:
Putnam
2020-09-29 04:10:50 -07:00
parent 8a01b949bf
commit 47d43b1710
@@ -113,7 +113,7 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING
var/policy = policies[POLICYCONFIG_SDGF]
if(policy)
to_chat(SM,policy)
if(prob((purity) * 60)) // 60% chance at 100% purity, 0% chance at 0 purity
if(prob((purity**3) * 80)) // 80% chance at 100% purity, 0% chance at 0 purity
policy = policies[POLICYCONFIG_SDGF_GOOD]
if(policy)
to_chat(SM,policy)