Skip to content

Commit

Permalink
Adds /obj/effect/warped_rune to the supply shuttle blacklist. (#12035)
Browse files Browse the repository at this point in the history
* okay

* aaagh

* empty commit ignore
  • Loading branch information
Therealdoooc213 authored Dec 22, 2024
1 parent 3e76a3f commit d60fe7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/shuttle/supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
/obj/item/hilbertshotel,
/obj/item/swapper,
/obj/item/mail,
/obj/docking_port
/obj/docking_port,
/obj/effect/warped_rune // no teleporting to cc for you
)))

/obj/docking_port/mobile/supply
Expand Down

0 comments on commit d60fe7b

Please sign in to comment.