Skip to content

Commit

Permalink
Clonescanner fix (#28368)
Browse files Browse the repository at this point in the history
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
  • Loading branch information
Adrer and adrermail@gmail.com authored Feb 13, 2025
1 parent cb7c658 commit 4621e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/machinery/clonescanner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
RefreshParts()

/obj/machinery/clonescanner/RefreshParts()
for(var/obj/item/stock_parts/SP in component_parts)
scanning_tier = 0
for(var/obj/item/stock_parts/scanning_module/SP in component_parts)
scanning_tier += SP.rating

/obj/machinery/clonescanner/Destroy()
Expand Down

0 comments on commit 4621e8e

Please sign in to comment.