From f16f46191306a39171ad0e2d00c53e43ffc73011 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:02:46 +0100 Subject: [PATCH] reward fix --- modular_citadel/code/modules/client/loadout/__donator.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 0a267c02..fd075741 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -157,11 +157,11 @@ datum/gear/darksabresheath path = /obj/item/mialasscale ckeywhitelist = list("python13579") -/datum/gear/pipe +/datum/gear/kiseru name = "Black Lacquered Kiseru" category = SLOT_IN_BACKPACK path = /obj/item/bong/kiseru - ckeywhitelist = list("madness_18") + ckeywhitelist = list("madness18","madness 18","madness_18") /datum/gear/robes name = "Occult Robes"