w h o o p s (#13075)

This commit is contained in:
despotate
2016-12-26 09:53:21 -05:00
committed by ComicIronic
parent 5db5af3adb
commit c2fa0c2a12

View File

@@ -47,7 +47,7 @@
virus=D
/datum/disease2/effect/proc/can_run_effect(var/active_stage = -1)
if((count > max_count || max_count == -1) && (stage <= active_stage || active_stage == -1) && prob(chance))
if((count < max_count || max_count == -1) && (stage <= active_stage || active_stage == -1) && prob(chance))
return 1
return 0