Skip to content

Commit

Permalink
Adds PAI to cargo shuttle blacklist (#23284)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrer <[email protected]>
  • Loading branch information
Adrer and Adrer authored Nov 22, 2023
1 parent 637373c commit a92428e
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 @@ -35,7 +35,8 @@
/obj/item/warp_cube,
/obj/machinery/quantumpad,
/obj/structure/extraction_point,
/obj/item/envelope)
/obj/item/envelope,
/obj/item/paicard)
if(A)
if(is_type_in_list(A, blacklist))
return TRUE
Expand Down

0 comments on commit a92428e

Please sign in to comment.