mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Removes redundant skyrat inhands unit test edit (#17089)
This commit is contained in:
@@ -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]\""
|
||||
|
||||
Reference in New Issue
Block a user