diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index a0336b7e58..80bf7799fe 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -983,11 +983,11 @@ ckeywhitelist = list("swat43") character_name = list("Fortune Bloise") -/datum/gear/fluff/alexis_cane - path = /obj/item/weapon/cane/wand - display_name = "Alexis' Cane" +/datum/gear/fluff/kyutar + path = /obj/item/instrument/piano_synth/fluff/kyutar + display_name = "Kyu's Holotar" ckeywhitelist = list("stobarico") - character_name = list("Alexis Bloise") + character_name = list("Kyu Comet") /datum/gear/fluff/roiz_coat path = /obj/item/clothing/suit/storage/hooded/wintercoat/roiz diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 2446c07424..9379d654ca 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -634,34 +634,6 @@ desc = "An elaborately made custom walking stick with a dark wooding core, a crimson red gemstone on its head and a steel cover around the bottom. you'd probably hear someone using this down the hall." icon = 'icons/vore/custom_items_vr.dmi' -//Stobarico - Alexis Bloise -/obj/item/weapon/cane/wand - name = "Ancient wand" - desc = "A really old looking wand with floating parts and cyan crystals, wich seem to radiate a cyan glow. The wand has a golden plaque on the side that would say Corncobble, but it is covered by a sticker saying Bloise." - icon = 'icons/vore/custom_items_vr.dmi' - icon_state = "alexiswand" - item_icons = list (slot_r_hand_str = 'icons/vore/custom_items_vr.dmi', slot_l_hand_str = 'icons/vore/custom_items_vr.dmi') - item_state_slots = list(slot_r_hand_str = "alexiswandmob_r", slot_l_hand_str = "alexiswandmob_l") - force = 1.0 - throwforce = 2.0 - w_class = ITEMSIZE_SMALL - matter = list(MAT_STEEL = 50) - attack_verb = list("sparkled", "whacked", "twinkled", "radiated", "dazzled", "zapped") - hitsound = 'sound/weapons/sparkle.ogg' - var/last_use = 0 - var/cooldown = 30 - -/obj/item/weapon/cane/wand/attack_self(mob/user) - if(last_use + cooldown >= world.time) - return - playsound(src, 'sound/weapons/sparkle.ogg', 50, 1) - user.visible_message(" [user] swings their wand.") - var/datum/effect/effect/system/spark_spread/s = new - s.set_up(3, 1, src) - s.start() - last_use = world.time - qdel () - /obj/item/device/fluff/id_kit_ivy name = "Holo-ID reprinter" desc = "Stick your ID in one end and it'll print a new ID out the other!" @@ -1503,3 +1475,12 @@ End CHOMP Removal*/ nano_printer = new/obj/item/weapon/computer_hardware/nano_printer(src) battery_module = new/obj/item/weapon/computer_hardware/battery_module(src) battery_module.charge_to_full() + + +//Stobarico - Kyu Comet +/obj/item/instrument/piano_synth/fluff/kyutar + name = "Kyu's Custom Instrument" + desc = "A pastel pink guitar-like instrument with a body resembling a smug cat face. It seems to have a few different parts from a regular stringed instrument, including the lack of any strings, and the hand looking like a small screen, which connects to a small array of projectors." + icon = 'icons/vore/custom_items_vr.dmi' + item_icons = list(slot_l_hand_str = 'icons/vore/custom_items_left_hand_vr.dmi', slot_r_hand_str = 'icons/vore/custom_items_right_hand_vr.dmi') + icon_state = "kyuholotar" diff --git a/icons/vore/custom_items_left_hand_vr.dmi b/icons/vore/custom_items_left_hand_vr.dmi index 1ee6c0a336..a9abdac0c3 100644 Binary files a/icons/vore/custom_items_left_hand_vr.dmi and b/icons/vore/custom_items_left_hand_vr.dmi differ diff --git a/icons/vore/custom_items_right_hand_vr.dmi b/icons/vore/custom_items_right_hand_vr.dmi index a6e419e2ed..130ac35689 100644 Binary files a/icons/vore/custom_items_right_hand_vr.dmi and b/icons/vore/custom_items_right_hand_vr.dmi differ diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index c83155640c..1f3fb6cea7 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ