fixes a bug, sorry for that (#24734)

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
PopGamer46
2024-03-21 19:23:43 +00:00
committed by GitHub
co-authored by S34N
parent 89da8aa097
commit de894636f4
+1 -1
View File
@@ -58,7 +58,7 @@ GLOBAL_LIST_EMPTY(archived_virology_goals)
goal_symptom = S.type
goal_symptom_name = S.name
goal_property = pick("resistance", "stealth", "stage rate", "transmittable")
goal_property_value = rand(-18, 11)
goal_property_value = rand(-8, 6)
switch(goal_property)
if("resistance")
goal_property_value += S.resistance