mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #13973 from TheDavestDave/knight-fluff-fix
fluff item spawns now
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user