mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
w h o o p s (#13075)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user