From daddaeeeb41f74b1a286e982fa449fa096746704 Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:06:28 -0500 Subject: [PATCH] Unrottens your eggs (#9411) --- modular_chomp/code/modules/halloween/snacks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_chomp/code/modules/halloween/snacks.dm b/modular_chomp/code/modules/halloween/snacks.dm index feba1f4aea..d4072388cc 100644 --- a/modular_chomp/code/modules/halloween/snacks.dm +++ b/modular_chomp/code/modules/halloween/snacks.dm @@ -2,7 +2,7 @@ name = "rotten egg" desc = "A rotten egg. It stinks!" -/obj/item/reagent_containers/food/snacks/egg/Initialize() +/obj/item/reagent_containers/food/snacks/egg/rotten/Initialize() . = ..() reagents.add_reagent("toxin", 3)