Merge pull request #13973 from TheDavestDave/knight-fluff-fix

fluff item spawns now
This commit is contained in:
Novacat
2022-10-25 19:22:13 -04:00
committed by CHOMPStation2
parent 73d11e1d70
commit 9bfeba47bb
2 changed files with 2 additions and 3 deletions

View File

@@ -1334,7 +1334,7 @@
display_name = "Lucky's amour" display_name = "Lucky's amour"
ckeywhitelist = list ("thedavestdave") ckeywhitelist = list ("thedavestdave")
character_name = list("Lucky") character_name = list("Lucky")
allowed_roles = "Chaplain" allowed_roles = list("Chaplain")
/datum/gear/fluff/greek_dress /datum/gear/fluff/greek_dress
path = /obj/item/clothing/under/fluff/greek_dress path = /obj/item/clothing/under/fluff/greek_dress

View File

@@ -1449,8 +1449,7 @@ End CHOMP Removal*/
M.add_language(LANGUAGE_ECHOSONG) M.add_language(LANGUAGE_ECHOSONG)
to_chat(M,"<span class='notice'>LANGUAGES - INITIALISED</span>") to_chat(M,"<span class='notice'>LANGUAGES - INITIALISED</span>")
//thedavestdave Lucky //thedavestdave - Lucky
///I know this is pretty bodgey but if it stupid and it works it isn't stupid
/obj/item/clothing/suit/armor/combat/crusader_costume/lucky /obj/item/clothing/suit/armor/combat/crusader_costume/lucky
icon = 'icons/vore/custom_clothes_vr.dmi' icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "luck" icon_state = "luck"