mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
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:
@@ -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"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user