mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fixes patches and pills not being grindable, and fixes a runtime with xenos (#23430)
* Ezpz * Kras Review * Whoops
This commit is contained in:
@@ -53,7 +53,9 @@
|
||||
|
||||
//All types that you can put into the grinder to transfer the reagents to the beaker. !Put all recipes above this.!
|
||||
/obj/item/slime_extract = list(),
|
||||
/obj/item/reagent_containers/food = list()
|
||||
/obj/item/reagent_containers/food = list(),
|
||||
/obj/item/reagent_containers/pill = list(),
|
||||
/obj/item/reagent_containers/patch = list()
|
||||
)
|
||||
|
||||
var/list/juice_items = list (
|
||||
|
||||
Reference in New Issue
Block a user