mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] block injectors only show a single block on scanner (#11117)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b47bb13b2d
commit
647a076767
@@ -98,6 +98,8 @@
|
||||
output += span_infoplain("Bloodtype: [I.buf.dna.b_type]") + "<br>"
|
||||
output += span_boldnotice("Detected genes:") + "<br>"
|
||||
for(var/datum/gene/G in GLOB.dna_genes)
|
||||
if(I.block && G.block != I.block)
|
||||
continue
|
||||
if(!I.buf.dna.GetSEState(G.block))
|
||||
continue
|
||||
var/dna_val = I.buf.dna.GetSEValue(G.block)
|
||||
|
||||
Reference in New Issue
Block a user