You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fingerprint cards do not add prints to their evidence (/datum/forensics/fingerprints) properly.
They set the data variable on the fingerprints datum to a string rather than adding the string to it, since data should be a list.
This was an issue from awhile back that never got reported.
Description of issue
Fingerprint cards do not add prints to their evidence (/datum/forensics/fingerprints) properly.
They set the data variable on the fingerprints datum to a string rather than adding the string to it, since data should be a list.
This was an issue from awhile back that never got reported.
Difference between expected and actual behavior
Prints aren't added to the list.
Steps to reproduce
Try and record fingerprints with the card.
Specific information for locating
/datum/forensics/fingerprints
/obj/item/forensics/sample/print
Length of time in which bug has been known to occur
No idea.
Client version, Server revision & Game ID
Issue bingo
The text was updated successfully, but these errors were encountered: