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

Cheburek, поколение 3, рестайлинг #85

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/structure/closet/crate/large/soviet
name = "unusual large crate"
desc = "A deeply scratched wooden crate with eraser markings. You'll need a crowbar to get it open."
icon = 'massmeta/icons/obj/storage/crates.dmi'
icon_state = "largecrate_soviet"
15 changes: 15 additions & 0 deletions massmeta/code/modules/cargo/packs/imports.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/datum/supply_pack/imports/sovietvehicle
name = "Soviet Vehicle Exports"
desc = "The most affordable vehicle in the entire galaxy. \
Comes with tools and something else."
contraband = TRUE
cost = 666666 // devil creature for devil price, not because model number is "6"
contains = list(
/obj/item/food/semki = 6,
/obj/item/storage/toolbox/mechanical,
/obj/item/reagent_containers/cup/glass/bottle/vodka = 6,
/mob/living/basic/bear/russian = 6, // protection class "6"
/obj/vehicle/sealed/car/cheburek
)
crate_name = "Top Secret"
crate_type = /obj/structure/closet/crate/large/soviet
9 changes: 9 additions & 0 deletions massmeta/code/modules/uplink/uplink_items/nukeops.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@
item = /obj/item/clothing/suit/space/hardsuit/shielded/syndi
cost = 20
purchasable_from = UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS

/datum/uplink_item/device_tools/car
name = "BlyatMobile"
desc = "Conquer the New Horizons on 4-passenger seats sedan."
item = /obj/vehicle/sealed/car/cheburek
cost = 40
surplus = 0
purchasable_from = UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS
restricted = TRUE
Loading
Loading