diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 69dc1ef10f..c117dd1e52 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -615,8 +615,10 @@ /obj/item/weapon/storage/backpack/fluff/aronai name = "medical pouch" desc = "A medical belt with a small pouch rather than straps and loops for equipment." - icon = 'icons/obj/clothing/belts.dmi' - icon_state = "ems" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "emspouch" + item_state = "emspouch_mob" slot_flags = SLOT_BELT //You're a belt now. Congrats. max_w_class = ITEMSIZE_SMALL //fit only pocket sized items diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index 724f2e8083..43beae3e73 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -353,30 +353,6 @@ desc = "Some serious drywall work, coming up!" //////////////////// Energy Weapons //////////////////// -//arokha:Aronai Kadigan -/obj/item/weapon/gun/energy/gun/fluff/aro - name = "\improper KIN-H21" - desc = "The Kitsuhana Heavy Industries standard Imperial Navy energy sidearm, commonly called the KIN21. This one appears to have been modified to have additional features at the cost of battery life." - - icon = 'icons/vore/custom_guns_vr.dmi' - icon_state = "kinh21stun100" - - item_state = "laser" - - modifystate = "kinh21stun" - - projectile_type = /obj/item/projectile/beam/stun/kin21 - - charge_cost = 300 - charge_meter = 1 - - firemodes = list( - list(mode_name="stun", projectile_type=/obj/item/projectile/beam/stun/kin21, modifystate="kinh21stun", fire_sound='sound/weapons/Taser.ogg'), - list(mode_name="lethal", projectile_type=/obj/item/projectile/beam, modifystate="kinh21kill", fire_sound='sound/weapons/blaster_pistol.ogg'), - list(mode_name="shrink", projectile_type=/obj/item/projectile/beam/shrinklaser, modifystate="kinh21shrink", fire_sound='sound/weapons/wave.ogg'), - list(mode_name="grow", projectile_type=/obj/item/projectile/beam/growlaser, modifystate="kinh21grow", fire_sound='sound/weapons/pulse3.ogg'), - ) - // -------------- Dominator ------------- /obj/item/weapon/gun/energy/gun/fluff/dominator name = "\improper MWPSB Dominator" diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 3328b5e4aa..70b3d69a31 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ diff --git a/icons/vore/custom_guns_vr.dmi b/icons/vore/custom_guns_vr.dmi index ab4da9212c..49302a0ed7 100644 Binary files a/icons/vore/custom_guns_vr.dmi and b/icons/vore/custom_guns_vr.dmi differ