mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[NON MODULAR] Nerfs wheely heels, replaces bike crate with a Medical Beamgun crate (still extremely expensive) (#6933)
* replace bike * nerfs wheely's * Update riding_vehicle.dm * memdical cramte * sleep now bike * phonerembit * tttt
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
@@ -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!"
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user