Skip to content

Commit

Permalink
Makes fingerprint scanner description newbie-friendly (#6989)
Browse files Browse the repository at this point in the history
# About the pull request

Changes fingerprint scanner description to help new players along with
how to use it. Removes the flavor text about incorrect results as that's
not how the item functions (therefore a bit misleading.)

# Explain why it's good for the game

makes game slightly more newbie friendly


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
qol: fingerprint scanner description is more newbie-friendly
/:cl:
  • Loading branch information
zzzmike committed Aug 22, 2024
1 parent 4276c02 commit 1198343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/clue_scanner.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/device/clue_scanner
name = "forensic scanner"
desc = "A modern handheld scanner to gather fingerprints. Guaranteed increase of effectivity and almost perfect accuracy of results. DISCLAIMER: Incorrect results are not covered by insurance."
desc = "A modern handheld scanner to gather fingerprints. Must be analyzed at a security records terminal after prints are gathered."
icon_state = "forensic1"
w_class = SIZE_MEDIUM
item_state = "electronic"
Expand Down

0 comments on commit 1198343

Please sign in to comment.