From b03d705c4857fd55905a723b7643188bddf7b5ef Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:51:21 +0100 Subject: [PATCH] fluff item spawns now allowed_roles chaplain doesn't let you spawn in an item if you join as chaplain. I have no idea how to fix that --- .../client/preference_setup/loadout/loadout_fluffitems_vr.dm | 1 - code/modules/vore/fluffstuff/custom_items_vr.dm | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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 560e2ea90e..804f180605 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1444,7 +1444,6 @@ display_name = "Lucky's amour" ckeywhitelist = list ("thedavestdave") character_name = list("Lucky") - allowed_roles = "Chaplain" /datum/gear/fluff/greek_dress path = /obj/item/clothing/under/fluff/greek_dress diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index df56ca597d..3c1ef722c4 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1451,8 +1451,7 @@ M.add_language(LANGUAGE_ECHOSONG) to_chat(M,"LANGUAGES - INITIALISED") -//thedavestdave Lucky -///I know this is pretty bodgey but if it stupid and it works it isn't stupid +//thedavestdave - Lucky /obj/item/clothing/suit/armor/combat/crusader_costume/lucky icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "luck"