mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user