Skip to content

Commit

Permalink
what about this?
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 26, 2023
1 parent c74c477 commit 83aacf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/unit_tests/missing_icons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
var/obj/item/item_path = obj_path
if(initial(item_path.item_flags) & ABSTRACT)
continue

/*
if(initial(obj_path.greyscale_colors) && initial(obj_path.greyscale_config)) //GAGS has its own unit test.
continue
*/

var/icon = initial(obj_path.icon)
if(isnull(icon))
Expand Down

0 comments on commit 83aacf4

Please sign in to comment.