diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 1b5f7d6810..3ae211d4da 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -599,14 +599,6 @@ ckeywhitelist = list("lawst") character_name = list("Domine Brisillidine") -/datum/gear/fluff/domine_gun_kit - path = /obj/item/device/modkit_conversion/fluff/domine_suit_kit - display_name = "Domine's modkit" - description = "A kit containing all the needed tools and parts to modify the Frontier Phaser" - ckeywhitelist = list("lawst") - character_name = list("Domine Brisillidine") - allowed_roles = list("Explorer", "Pathfinder") - //lukevale //Mira Rezus /datum/gear/fluff/mira_1 diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm index f99910a123..c63152afac 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -852,4 +852,4 @@ list(mode_name="lethal", fire_delay=12, projectile_type=/obj/item/projectile/beam, modifystate="holdoutkill", charge_cost = 600), list(mode_name="low-power", fire_delay=8, projectile_type=/obj/item/projectile/beam/weaklaser, modifystate="holdoutstun", charge_cost = 120), list(mode_name="stun", fire_delay=12, projectile_type=/obj/item/projectile/beam/stun/med, modifystate="holdoutshock", charge_cost = 300), - ) + ) \ No newline at end of file diff --git a/code/modules/vore/fluffstuff/custom_items_yw.dm b/code/modules/vore/fluffstuff/custom_items_yw.dm index 293874b276..9f62aa8163 100644 --- a/code/modules/vore/fluffstuff/custom_items_yw.dm +++ b/code/modules/vore/fluffstuff/custom_items_yw.dm @@ -566,4 +566,5 @@ icon_state = "modkit" from_suit = /obj/item/clothing/suit/storage/hooded/explorer - to_suit = /obj/item/clothing/suit/storage/hooded/fluff/mocha_suit \ No newline at end of file + to_suit = /obj/item/clothing/suit/storage/hooded/fluff/mocha_suit + diff --git a/icons/vore/custom_items_yw.dmi b/icons/vore/custom_items_yw.dmi index aeb5726f29..ff68d3a58b 100644 Binary files a/icons/vore/custom_items_yw.dmi and b/icons/vore/custom_items_yw.dmi differ