From 202cdfe2e0663ae9cb4f484f70ab932101850ed7 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Tue, 10 Mar 2020 11:29:59 -0400 Subject: [PATCH] Fix modular computer icons --- code/modules/client/asset_cache.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/asset_cache.dm b/code/modules/client/asset_cache.dm index 0e2f2f9f216..8930a18811a 100644 --- a/code/modules/client/asset_cache.dm +++ b/code/modules/client/asset_cache.dm @@ -257,6 +257,7 @@ You can set verify to TRUE if you want send() to sleep until the client has the var/list/common_dirs = list( "nano/css/", "nano/images/", + "nano/images/modular_computers/", "nano/js/" ) var/list/uncommon_dirs = list(