mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Fish feed to the Library vending machine, rescue hook to the mining order console (and paramed heirloom) (#87110)
Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
@@ -46,3 +46,9 @@
|
||||
item_path = /obj/item/stack/spacecash/c1000
|
||||
desc = "A stack of space cash worth 1000 credits."
|
||||
cost_per_order = 2000
|
||||
|
||||
/datum/orderable_item/consumables/rescue_hook
|
||||
name = "Rescue Fishing Rod"
|
||||
item_path = /obj/item/fishing_rod/rescue
|
||||
desc = "For when your fellow miner has inevitably fallen into a chasm, and it's up to you to save them."
|
||||
cost_per_order = 600
|
||||
|
||||
@@ -503,6 +503,11 @@
|
||||
line = null
|
||||
show_in_wiki = FALSE
|
||||
|
||||
///From the mining order console, meant to help miners rescue their fallen brethren
|
||||
/obj/item/fishing_rod/rescue
|
||||
hook = /obj/item/fishing_hook/rescue
|
||||
show_in_wiki = FALSE
|
||||
|
||||
/obj/item/fishing_rod/bone
|
||||
name = "bone fishing rod"
|
||||
desc = "A humble rod, made with whatever happened to be on hand."
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
/datum/job_department/medical,
|
||||
)
|
||||
|
||||
family_heirlooms = list(/obj/item/storage/medkit/ancient/heirloom)
|
||||
family_heirlooms = list(/obj/item/storage/medkit/ancient/heirloom, /obj/item/fishing_hook/rescue)
|
||||
|
||||
mail_goodies = list(
|
||||
/obj/item/reagent_containers/hypospray/medipen = 20,
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
/obj/item/stack/pipe_cleaner_coil/random = 10,
|
||||
),
|
||||
),
|
||||
list(
|
||||
list(
|
||||
"name" = "Fishing",
|
||||
"icon" = "fish",
|
||||
"products" = list(
|
||||
@@ -54,6 +54,7 @@
|
||||
/obj/item/storage/box/fishing_lines = 2,
|
||||
/obj/item/storage/box/fishing_lures = 2,
|
||||
/obj/item/book/manual/fish_catalog = 5,
|
||||
/obj/item/fish_feed = 4,
|
||||
/obj/item/fish_analyzer = 2,
|
||||
/obj/item/fishing_rod/telescopic = 1,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user