mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
[MIRROR] Fixes a small typo in viro code logic (#10772)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ed00263fbd
commit
5a23d96c67
@@ -181,7 +181,7 @@ GLOBAL_LIST_INIT(advance_cures, list(
|
|||||||
var/c3sev
|
var/c3sev
|
||||||
|
|
||||||
for(var/datum/symptom/S as() in symptoms)
|
for(var/datum/symptom/S as() in symptoms)
|
||||||
resistance = S.resistance
|
resistance += S.resistance
|
||||||
stealth += S.stealth
|
stealth += S.stealth
|
||||||
stage_rate += S.stage_speed
|
stage_rate += S.stage_speed
|
||||||
transmission += S.transmission
|
transmission += S.transmission
|
||||||
|
|||||||
Reference in New Issue
Block a user