Files
CHOMPStation2/modular_chomp/code/modules/halloween/snacks.dm
CHOMPStation2StaffMirrorBot ce2446922e [MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-08 22:22:04 +01:00

11 lines
352 B
Plaintext

/obj/item/reagent_containers/food/snacks/egg/rotten
name = "rotten egg"
desc = "A rotten egg. It stinks!"
/obj/item/reagent_containers/food/snacks/egg/rotten/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_TOXIN, 3)
/obj/item/storage/fancy/egg_box/rotten
starts_with = list(/obj/item/reagent_containers/food/snacks/egg/rotten = 12)