Fixes DNA scanner not picking up fibers (#72295)

## About The Pull Request

Fixes #72293 

Copy paste error

## Why It's Good For The Game

Fibers are important

## Changelog

🆑 Melbert
fix: Det's scanner sees fibers again
/🆑

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
MrMelbert
2022-12-28 10:58:14 -07:00
committed by GitHub
co-authored by Fikou
parent 8a1a7d3b4b
commit 4a4b46817d
+1 -1
View File
@@ -96,7 +96,7 @@
// The keys are the headers used for it, and the value is a list of each line printed
var/list/det_data = list()
var/list/blood = GET_ATOM_BLOOD_DNA(A)
det_data[DETSCAN_CATEGORY_FIBER] = GET_ATOM_BLOOD_DNA(A)
det_data[DETSCAN_CATEGORY_FIBER] = GET_ATOM_FIBRES(A)
var/target_name = A.name