mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[MIRROR] Viruses now spawn with random names (#11082)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
co-authored by
Guti
parent
c7034ef30c
commit
f9734b9232
@@ -270,7 +270,7 @@ var/global/list/image/splatter_cache=list()
|
||||
//This version should be used for admin spawns and pre-mapped virus vectors (e.g. in PoIs), this version does not dry
|
||||
/obj/effect/decal/cleanable/mucus/mapped/Initialize(mapload)
|
||||
. = ..()
|
||||
viruses |= new /datum/disease/advance
|
||||
viruses |= new /datum/disease/advance/random(rand(3, 6), 9, 4, infected = src)
|
||||
|
||||
/obj/effect/decal/cleanable/mucus/mapped/Destroy()
|
||||
viruses.Cut()
|
||||
|
||||
Reference in New Issue
Block a user