mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user