Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Dec 1, 2023
1 parent 5147a5d commit ce782d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/asset_cache/asset_list_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@
tier4_icon.Scale(32, 32)
Insert("tier4_big", tier4_icon)

tier4_icon.Crop(6,30,18,18)
tier4_icon.Scale(32, 32)
tier5_icon.Crop(6,30,18,18)
tier5_icon.Scale(32, 32)
Insert("tier5_big", tier5_icon)
return ..()

Expand Down

0 comments on commit ce782d9

Please sign in to comment.