mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes #8430
This commit is contained in:
@@ -48,7 +48,10 @@
|
|||||||
name = "egg box"
|
name = "egg box"
|
||||||
storage_slots = 12
|
storage_slots = 12
|
||||||
max_combined_w_class = 24
|
max_combined_w_class = 24
|
||||||
can_hold = list(/obj/item/weapon/reagent_containers/food/snacks/egg)
|
can_hold = list(
|
||||||
|
/obj/item/weapon/reagent_containers/food/snacks/egg,
|
||||||
|
/obj/item/weapon/reagent_containers/food/snacks/boiledegg
|
||||||
|
)
|
||||||
|
|
||||||
/obj/item/weapon/storage/fancy/egg_box/New()
|
/obj/item/weapon/storage/fancy/egg_box/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user