From 0b1fe6fc26e76e605c101601c347dae406d32c57 Mon Sep 17 00:00:00 2001 From: izac112 Date: Tue, 17 Sep 2019 06:56:11 +0200 Subject: [PATCH] championfire, fluff done --- .../loadout/loadout_fluffitems_yw.dm | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) 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 82f3b42d55..d445242597 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -147,6 +147,38 @@ ckeywhitelist = list("captmatt4") character_name = list("Korei Laskor") +//championfire +//Anoki Windroar +/datum/gear/fluff/anoki_implant + path = /obj/item/weapon/implanter/reagent_generator/roiz/anoki + display_name = "Egg laying implanter" + description = "This is an implant that allows the user to lay eggs." + ckeywhitelist = list("championfire") + character_name = list("Anoki Windroar") + +//Ivy Kaeire +/datum/gear/fluff/ivy_under + path = /obj/item/clothing/under/fluff/ivy + display_name = "Casual Attire" + description = "This set of clothing is anything but fancy. It's a simple grey shirt with black pants. The pants have small black belts around them on the pant legs." + ckeywhitelist = list("championfire") + character_name = list("Ivy Kaeire") + +/datum/gear/fluff/ivy_under + path = /obj/item/clothing/suit/storage/fluff/ivy + display_name = "Ivy's Trenchcoat" + description = "A black trenchcoat with purplish pink material as the inside of the jacket. It's got some belts around the waist that are presumably used to seal the jacket, but it's never really used. It's got the name Ivy Kaeire sewn on the inside. It also has a hood." + ckeywhitelist = list("championfire") + character_name = list("Ivy Kaeire") + +//Kita +/datum/gear/fluff/kita_under + path = /obj/item/clothing/suit/storage/seromi/cloak/fluff/kita + display_name = "Magical Cloak" + description = "It drapes over a Teshari's shoulders and closes at the neck with pockets convienently placed inside. It bears magical colors." + ckeywhitelist = list("championfire") + character_name = list("Kita") + // D CKEYS // E CKEYS