Skip to content

Commit

Permalink
Fixes the tradeband scanner. (#4423)
Browse files Browse the repository at this point in the history
# About the pull request
So it turns out I never gave the tradeband scanner the trait for
itself...
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# 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:
fix: Fixes the CMB tradeband scanner not being able to do it's job.
/:cl:
  • Loading branch information
realforest2001 committed Sep 19, 2023
1 parent cd97b36 commit 30bbac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/devices/scanners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -465,3 +465,4 @@ FORENSIC SCANNER
w_class = SIZE_SMALL
flags_atom = FPRINT
flags_equip_slot = SLOT_WAIST
inherent_traits = list(TRAIT_TOOL_TRADEBAND)

0 comments on commit 30bbac4

Please sign in to comment.