mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
TGU (Saves Selenestation) (#716)
* tgu * Update routes.js * dme * Fixes proc holders 'n' stuff * updates fulp maps + minor bs fix * prettier * AI uploads * prettierx * you should pass ci... now! * Update _spells.dm * F this Ci * selene evac shuttle * fixes targeted powers * tgu * Update barsigns.dm * Fixes Ci * prettierx
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