Skip to content

Commit

Permalink
[MIRROR] blacklists disposal outlets from the cargo shuttle (#1036)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* blacklists disposal outlets from the cargo shuttle

---------

Co-authored-by: jimmyl <[email protected]>
Co-authored-by: Ghom <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Feb 18, 2024
1 parent 30dfd4c commit dd8bb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/shuttle/supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd8bb89

Please sign in to comment.