mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Allows non-contagious viruses to be picked up with blood (#18948)
* Virus :) * This too
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user