Fixes instruments in hand so all of them shows properly

it also changes the accordion sprite that changed colors when switching hand for some reason
This commit is contained in:
SplinterGP
2020-02-09 19:06:03 -03:00
parent 56ca1e3b00
commit 404881daba
3 changed files with 5 additions and 5 deletions
@@ -25,7 +25,7 @@
desc = "A metallic musical instrument with strings, made for all your shredding needs."
icon = 'icons/obj/musician_yw.dmi'
icon_state = "eguitar"
item_state = "violin"
item_state = "eguitar"
attack_verb = list("smashed")
instrumentId = "eguitar"
instrumentExt = "ogg"
+4 -4
View File
@@ -6,6 +6,10 @@
var/instrumentExt = "mid"
icon = 'icons/obj/musician.dmi'
force = 10
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_instruments.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_instruments.dmi',
)
/obj/item/device/instrument/New()
..()
@@ -40,10 +44,6 @@
attack_verb = list("smashed")
instrumentId = "violin"
item_state = "violin"
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_instruments.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_instruments.dmi',
)
/obj/item/device/instrument/violin/gold
name = "golden violin"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB