mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
fixes a bug, sorry for that (#24734)
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user