Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Removing regal condor crafting recipe from obtaining #5314

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/imports.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
)
crate_name = "putrid dumpster"
crate_type = /obj/structure/closet/crate/trashcart

/* NOVA EDIT REMOVAL BEGIN - any person shouldn't have an oneshot hitscan gun just because they have emag
/datum/supply_pack/imports/error
name = "NULL_ENTRY"
desc = "(*!&@#OKAY, OPERATIVE, WE SEE HOW MUCH MONEY YOU'RE FLAUNTING. FINE. HAVE THIS, AND GOOD LUCK PUTTING IT TOGETHER!#@*$"
cost = CARGO_CRATE_VALUE * 100
hidden = TRUE
contains = list(/obj/item/book/granter/crafting_recipe/regal_condor)

NOVA EDIT REMOVAL END */
/datum/supply_pack/imports/mafia
name = "Cosa Nostra Starter Pack"
desc = "This crate contains everything you need to set up your own ethnicity-based racketeering operation."
Expand Down
Loading