[MIRROR] Allows non-contagious viruses to be picked up with blood (#12164)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-12-28 14:29:26 +01:00
committed by GitHub
co-authored by Guti
parent d85983c9ac
commit c27f155ec2
3 changed files with 4 additions and 7 deletions
@@ -427,8 +427,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.