mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
First effort fix of the slimes integration with taur riding.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
targets |= hash
|
||||
|
||||
//Grab any viruses they have
|
||||
if(LAZYLEN(target.virus2.len))
|
||||
if(iscarbon(target) && LAZYLEN(target.virus2.len))
|
||||
LAZYINITLIST(viruses)
|
||||
var/datum/disease2/disease/virus = pick(target.virus2.len)
|
||||
viruses[hash] = virus.getcopy()
|
||||
|
||||
Reference in New Issue
Block a user