From 9de6193fe003e36b59e82e32207826691e782e0b Mon Sep 17 00:00:00 2001 From: evilew Date: Sun, 9 Jun 2024 17:44:50 +0200 Subject: [PATCH] Update __donator.dm --- modular_citadel/code/modules/client/loadout/__donator.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 57771ab4..0c5359fa 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -250,6 +250,12 @@ datum/gear/lyricalpawsring path = /obj/item/dnainjector/fatfang ckeywhitelist = list("sonoida") +/datum/gear/toolbelt + name = "Empty Toolbelt" + category = SLOT_IN_BACKPACK + path = /obj/item/storage/belt/utility + ckeywhitelist = list("Killmewitha22") + /obj/item/toy/sword/chloesabre/halsey name = "Halsey's Sabre" desc = "An elegant weapon, similar in design to the Captain's Sabre, but with a platinum hilt and an adamantine blade. the hilt has an engraved hyena on it."