Comments out force-borging nanite pizza from spawning (#21948)

* Update shuttle_loan_datum.dm

* Update code/modules/events/shuttle_loan/shuttle_loan_datum.dm

Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>

* Update shuttle_loan_datum.dm

---------

Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
KathrinBailey
2023-06-21 12:25:01 +01:00
committed by GitHub
co-authored by Zonespace lessthanthree
parent 0599962c52
commit 54999322ca
@@ -163,7 +163,7 @@
logging_desc = "Pizza delivery"
/datum/shuttle_loan_situation/pizza_delivery/spawn_items(list/spawn_list, list/empty_shuttle_turfs)
var/naughtypizza = list(/obj/item/pizzabox/bomb, /obj/item/pizzabox/margherita/robo) //oh look another blacklist, for pizza nonetheless!
var/naughtypizza = list(/obj/item/pizzabox/bomb /*/obj/item/pizzabox/margherita/robo*/) // SKYRAT EDIT: oh look another blacklist, for pizza nonetheless! removes borg pizza
var/nicepizza = list(/obj/item/pizzabox/margherita, /obj/item/pizzabox/meat, /obj/item/pizzabox/vegetable, /obj/item/pizzabox/mushroom)
for(var/i in 1 to 6)
spawn_list.Add(pick(prob(5) ? naughtypizza : nicepizza))