Fixed various hand sprite issues.

Several circuit boards/modules did not have sprites despite hands sprites existing.
Green and pink lunch/tool boxes appeared in the wrong place in the right hand.
Fixed defib sprite for new code, and added jumper cable sprite.
This commit is contained in:
Cerebulon
2017-04-04 08:29:53 +01:00
parent c52bab3439
commit 340845babd
6 changed files with 6 additions and 3 deletions
@@ -18,7 +18,7 @@ var/global/list/robot_modules = list(
icon = 'icons/obj/module.dmi'
icon_state = "std_module"
w_class = ITEMSIZE_NO_CONTAINER
item_state = "electronic"
item_state = "std_mod"
flags = CONDUCT
var/hide_on_manifest = 0
var/channels = list()