Removes redundant skyrat inhands unit test edit (#17089)

This commit is contained in:
ShizCalev
2022-10-22 12:51:42 -04:00
committed by GitHub
parent 6f870f408d
commit c93bdc30b6
-5
View File
@@ -82,11 +82,6 @@
if(missing_right && icon_exists(righthand_file, ""))
right_fallback = TRUE
// SKYRAT EDIT ADDITION - Centralising icon files goes against modularisation protocol.
if(icon_exists(lefthand_file, held_icon_state) && icon_exists(righthand_file, held_icon_state))
continue
// SKYRAT EDIT END
if(missing_right && missing_left)
if(!match_message && right_fallback && left_fallback)
fallback_log_message += "\n\t[item_path] has invalid value, using fallback icon.\n\tinhand_icon_state = \"[held_icon_state]\""