From e610a34a5e4cf0bfec4c2b75d1480f2f56e7fba1 Mon Sep 17 00:00:00 2001 From: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com> Date: Fri, 17 Mar 2023 15:59:35 +0000 Subject: [PATCH] [NO GBP] Corrects the pinata kit's Supply console category (#74043) ## About The Pull Request I misspelt costume in a typepath, causing pinata's to be in an unnamed category on supply consoles. ## Why It's Good For The Game Bugfix good ## Changelog :cl: fix: Corgi pinata's no longer have their own category on the cargo shuttle console. /:cl: --- code/modules/cargo/packs/costumes_toys.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/costumes_toys.dm b/code/modules/cargo/packs/costumes_toys.dm index 1b337ed2e11..b3c4f9db03f 100644 --- a/code/modules/cargo/packs/costumes_toys.dm +++ b/code/modules/cargo/packs/costumes_toys.dm @@ -306,7 +306,7 @@ if(prob(30)) // a pair of googly eyes because funny new /obj/item/storage/box/stickers/googly(crate) -/datum/supply_pack/constumes_toys/pinata +/datum/supply_pack/costumes_toys/pinata name = "Corgi Pinata Kit" desc = "This crate contains a pinata full of candy, a blindfold and a bat for smashing it." cost = CARGO_CRATE_VALUE * 4