From 20c737e3641e8804fc48e07bcd4c262a8200579b Mon Sep 17 00:00:00 2001 From: jimmyl <70376633+mc-oofert@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:32:09 +0100 Subject: [PATCH] blacklists disposal outlets from the cargo shuttle (#81532) ## About The Pull Request livrah moment they were seperate typepaths ## Why It's Good For The Game allows for a CC exploit but still a bug ## Changelog :cl: fix: you may not put disposal outlets on cargo shuttle /:cl: Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/shuttle/supply.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index 6e946cca05c..01657d2ebb9 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -30,6 +30,7 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( /obj/structure/blob, /obj/structure/checkoutmachine, /obj/structure/disposalpipe, + /obj/structure/disposaloutlet, /obj/structure/extraction_point, /obj/structure/guardian_beacon, /obj/tear_in_reality,