Allows non-contagious viruses to be picked up with blood (#18948)

* Virus :)

* This too
This commit is contained in:
Guti
2025-12-28 04:59:17 +01:00
committed by GitHub
parent d0eb01977d
commit dad8e15b4e
3 changed files with 4 additions and 7 deletions
@@ -413,8 +413,7 @@
//Grab any viruses they have
if(iscarbon(target) && LAZYLEN(target.IsInfected()))
LAZYINITLIST(viruses)
var/datum/disease/virus = pick(target.IsInfected())
viruses[hash] = virus.Copy()
viruses[hash] = target.GetViruses()
//Dirtiness should be very low if you're the first injectee. If you're spam-injecting 4 people in a row around you though,
//This gives the last one a 30% chance of infection.