[MIRROR] Blacklists placeholder food items in the random food generator [MDB IGNORE] (#14640)

* Blacklists placeholder food items in the random food generator (#68062)

blacklist empty items

* Blacklists placeholder food items in the random food generator

Co-authored-by: Salex08 <33989683+Salex08@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-06-30 16:01:52 +01:00
committed by GitHub
co-authored by Salex08
parent a4365bd7f4
commit 434bfceb3c
+4 -1
View File
@@ -1,6 +1,9 @@
///Get a random food item exluding the blocked ones
/proc/get_random_food()
var/list/blocked = list(/obj/item/food/bread,
var/list/blocked = list(
/obj/item/food/drug,
/obj/item/food/spaghetti,
/obj/item/food/bread,
/obj/item/food/breadslice,
/obj/item/food/cake,
/obj/item/food/cakeslice,