Added modkit for fluff item

Modkit for mocha's suit
This commit is contained in:
Keila-coon
2019-10-29 22:34:59 -04:30
parent 91015b5828
commit 7afffc5096
3 changed files with 28 additions and 13 deletions

View File

@@ -698,20 +698,15 @@
description = "A Greenish-white uniform for operating in hazardous environments. This one is suited for colder environments."
ckeywhitelist = list("Moca_The_Porg1")
character_name = list("Mocha")
allowed_roles = list("Explorer", "Pathfinder")
/datum/gear/fluff/mochaexplorersuit
path = /obj/item/clothing/vest/fluff/mocha_suit
display_name = "Winterized Explorer Suit"
description = "An armoured suit for exploring harsh environments. This one seems more suited for winter."
ckeywhitelist = list("Moca_The_Porg1")
character_name = list("Mocha")
/datum/gear/fluff/mochaexplorerhood
path = /obj/item/clothing/head/hood/mocha_hood
display_name = "Winterized Explorer Hood"
description = "An armoured hood for exploring harsh environments. This one seems fluffier."
/datum/gear/fluff/mocha_suit_kit
path = /obj/item/clothing/suit/storage/hooded/fluff/mocha_suit
display_name = "Mocha's modkit"
description = "A kit containing all the needed tools and parts to modify a Explorer Suit"
ckeywhitelist = list("Moca_The_Porg1")
character_name = list("Mocha")
allowed_roles = list("Explorer", "Pathfinder")
// N CKEYS
//NESgamer190