Update symptoms.dm

This commit is contained in:
zeskorion
2020-01-09 22:08:29 -08:00
committed by GitHub
parent 7116e92b6c
commit 67bcbcdfb1
@@ -10,7 +10,7 @@
var/stage_speed = 0
var/transmittable = 0
// The type level of the symptom. Higher is harder to generate.
var/level = 0
var/level = -1
// The severity level of the symptom. Higher is more dangerous.
var/severity = 0
// The hash tag for our diseases, we will add it up with our other symptoms to get a unique id! ID MUST BE UNIQUE!!!