[MIRROR] fix a runtime in the keyloop (#9813)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-06 20:43:47 -07:00
committed by GitHub
parent 8822e9e9e1
commit 0144bf1e6e
3 changed files with 14 additions and 6 deletions

View File

@@ -196,7 +196,8 @@
B.blood_DNA = list()
if(!B.blood_DNA[M.dna.unique_enzymes])
B.blood_DNA[M.dna.unique_enzymes] = M.dna.b_type
B.viruses = M.viruses.Copy()
if(M.viruses)
B.viruses = M.viruses.Copy()
return 1 //we bloodied the floor
blood_splatter(src,M.get_blood(M.vessel),1)
return 1 //we bloodied the floor