[MIRROR] Fixes stray bugs

This commit is contained in:
Chompstation Bot
2021-09-27 18:46:27 +00:00
parent cfad19ad15
commit 2d2fa36094
4 changed files with 2481 additions and 1 deletions

View File

@@ -11,7 +11,11 @@
var/list/insertable = list(
/obj/item/weapon/reagent_containers/food/snacks,
/obj/item/weapon/holder,
/obj/item/weapon/paper
/obj/item/weapon/paper,
/obj/item/clothing/head/wizard,
/obj/item/clothing/head/cakehat,
/obj/item/clothing/mask/gas/clown_hat,
/obj/item/clothing/head/beret
)
/obj/item/weapon/reagent_containers/cooking_container/Initialize()