Fixes mucus attempting to randomize a list of viruses instead of the first virus in the list
This commit is contained in:
atermonera
2018-12-11 15:50:00 -08:00
parent ba2f500bc5
commit 2c400a8edd
2 changed files with 2 additions and 2 deletions
@@ -250,4 +250,4 @@ var/global/list/image/splatter_cache=list()
/obj/effect/decal/cleanable/mucus/mapped/New()
..()
virus2 |= new /datum/disease2/disease
virus2.makerandom()
virus2[1].makerandom()