From 2f071e31305291d5db7f836451466d03f1f5f971 Mon Sep 17 00:00:00 2001 From: izac112 Date: Tue, 17 Sep 2019 06:39:03 +0200 Subject: [PATCH] Everybody - captmatt4, fluff Payton Joghs --- .../loadout/loadout_fluffitems_yw.dm | 12 ++++++++++++ code/modules/vore/fluffstuff/custom_items_yw.dm | 1 + 2 files changed, 13 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 5096d8e341..db79a0f155 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -122,6 +122,18 @@ // C CKEYS +//captmatt4 +//Payton Joghs +/datum/gear/fluff/payton_joghs_1 + path = /obj/item/weapon/material/hatchet/unathiknife/fluff/payton_joghs_1 + display_name = "Payton's Knife" + description = "It appears to be a traditional unathi knife, though with 'Payton' written on the side and appearing to be made of steel." + ckeywhitelist = list("captmatt4") + character_name = list("Payton Joghs") +//Eliana Noya + +//Korei Laskor + // D CKEYS // E CKEYS diff --git a/code/modules/vore/fluffstuff/custom_items_yw.dm b/code/modules/vore/fluffstuff/custom_items_yw.dm index 6db225102c..26f1cd358a 100644 --- a/code/modules/vore/fluffstuff/custom_items_yw.dm +++ b/code/modules/vore/fluffstuff/custom_items_yw.dm @@ -46,6 +46,7 @@ // ********* // Capt_matt // ********* +//Payton Joghs /obj/item/weapon/material/hatchet/unathiknife/fluff/payton_joghs_1 name = "Payton's Knife" desc = "It appears to be a traditional unathi knife, though with 'Payton' written on the side and appearing to be made of steel."