mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[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:
co-authored by
Guti
parent
d85983c9ac
commit
c27f155ec2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user