Skip to content

Commit

Permalink
Fixes the reagent scanner's blank icon sprite (#16300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonash07 committed Jul 9, 2024
1 parent df5f36f commit b028a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/scanners/reagent_scanner.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/obj/item/reagent_scanner
name = "reagent scanner"
desc = "A hand-held reagent scanner which identifies chemical agents."
icon = 'icons/obj/device.dmi'
icon_state = "spectrometer"
worn_icon_state = "analyzer"
w_class = WEIGHT_CLASS_SMALL
Expand Down

0 comments on commit b028a3b

Please sign in to comment.