mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[MIRROR] Fix stupid casing where we have both icons/Testing and icons/testing (#5838)
* Fix stupid casing where we have both icons/Testing and icons/testing (#59220) In this PR, mothblocks malds. * Fix stupid casing where we have both icons/Testing and icons/testing Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
generated_icon.GetPixel(1, 1)
|
||||
generated_icons[icon_state] = generated_icon
|
||||
|
||||
var/icon/icon_bundle = icon('icons/Testing/greyscale_error.dmi')
|
||||
var/icon/icon_bundle = icon('icons/testing/greyscale_error.dmi')
|
||||
for(var/icon_state in generated_icons)
|
||||
icon_bundle.Insert(generated_icons[icon_state], icon_state)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user