mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user