Merge pull request #9876 from Ghommie/Ghommie-cit380

Unmodularize tools and apc icons.
This commit is contained in:
kevinz000
2019-11-20 21:47:33 -07:00
committed by GitHub
6 changed files with 0 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -1,18 +0,0 @@
/*
// OVERRIDES FOR TOOL SPRITES GO HERE
*/
//CROWBAR
/obj/item/crowbar
icon = 'modular_citadel/icons/obj/tools.dmi'
//WIRECUTTERS disabled pending better sprites
/*
/obj/item/wirecutters
icon = 'modular_citadel/icons/obj/tools.dmi'
*/
//WRENCH
/obj/item/wrench
icon = 'modular_citadel/icons/obj/tools.dmi'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -3010,7 +3010,6 @@
#include "modular_citadel\code\game\machinery\wishgranter.dm"
#include "modular_citadel\code\game\objects\cit_screenshake.dm"
#include "modular_citadel\code\game\objects\items.dm"
#include "modular_citadel\code\game\objects\tools.dm"
#include "modular_citadel\code\game\objects\effects\spawner\spawners.dm"
#include "modular_citadel\code\game\objects\effects\temporary_visuals\souldeath.dm"
#include "modular_citadel\code\game\objects\effects\temporary_visuals\projectiles\impact.dm"