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:
John Willard
2022-07-11 23:38:54 -04:00
committed by GitHub
parent 3d5947590e
commit d759c95177
1815 changed files with 85162 additions and 76320 deletions

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,