From 70738bc6bd41fc022490eda9e3fdd3f35e780218 Mon Sep 17 00:00:00 2001 From: Captain277 Date: Wed, 25 Oct 2023 13:25:35 -0700 Subject: [PATCH] Fixes Abstract Bug for Wrapped Snack Subtype (#6100) ## About The Pull Request 1. **Fixes Abstract Mispath for Wrapped Candy.** ## Why It's Good For The Game 1. _Not sure how this happened. I know for a fact I tested foods for each type at the time. Who knows what caused this._ ## Changelog :cl: fix: Fixes abstract for wrapped snacks. /:cl: --- code/modules/food/food/snacks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index fa0e75fb36fc..b2bd380fb1f4 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -6781,7 +6781,7 @@ END CITADEL CHANGE */ // Packaged Snack Foods Below // Wrapped -/obj/item/reagent_containers/food/snacks/wrapped/candy // Buff 4 >> 8 +/obj/item/reagent_containers/food/snacks/wrapped // Buff 4 >> 8 name = "ABSTRACT" desc = "You shouldn't be seeing this. Contact an admin!" sealed = TRUE