diff --git a/code/datums/components/riding/riding_vehicle.dm b/code/datums/components/riding/riding_vehicle.dm index c90f39ff95c..376f571a4e0 100644 --- a/code/datums/components/riding/riding_vehicle.dm +++ b/code/datums/components/riding/riding_vehicle.dm @@ -154,7 +154,7 @@ set_vehicle_dir_layer(WEST, OBJ_LAYER) /datum/component/riding/vehicle/scooter/skateboard/wheelys - vehicle_move_delay = 0 + vehicle_move_delay = 1.75 // SKYRAT EDIT - ORIGINAL: 0 /datum/component/riding/vehicle/scooter/skateboard/wheelys/handle_specials() . = ..() diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 5dce2e5835e..a736a23b9de 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -2496,7 +2496,7 @@ contains = list(/obj/item/storage/fish_case/random, /obj/item/storage/fish_case/random) crate_name = "aquarium fish crate" - +/* - SKYRAT EDIT: rest tight bikey /datum/supply_pack/misc/bicycle name = "Bicycle" desc = "Nanotrasen reminds all employees to never toy with powers outside their control." @@ -2504,7 +2504,7 @@ contains = list(/obj/vehicle/ridden/bicycle) crate_name = "Bicycle Crate" crate_type = /obj/structure/closet/crate/large - +*/ /datum/supply_pack/misc/bigband name = "Big Band Instrument Collection" desc = "Get your sad station movin' and groovin' with this fine collection! Contains nine different instruments!" diff --git a/modular_skyrat/modules/cargo/code/packs.dm b/modular_skyrat/modules/cargo/code/packs.dm index d42843c597a..74e0923a263 100644 --- a/modular_skyrat/modules/cargo/code/packs.dm +++ b/modular_skyrat/modules/cargo/code/packs.dm @@ -72,6 +72,13 @@ /obj/item/storage/box/medipens) crate_name = "medipen crate" +/datum/supply_pack/medical/medibeam + name = "Medical Beam Gun" + desc = "Nanotrasen offers you, for an exorbatant fee, the ability to lease one of their ERTs favorite gadgets, the Medical Beam Gun" + cost = 1000000 //Special case, we don't want to make this in terms of crates because having bikes be a million credits is the whole meme. + contains = list(/obj/item/gun/medbeam) + crate_name = "Medical Beamgun Crate" + /datum/supply_pack/medical/hardsuit_medical name = "Medical Hardsuit Crate" desc = "Contains a single hardsuit, built to standard medical specifications."