mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
adds hunter buckshot to mining vendor (#14678)
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
new /datum/data/mining_equipment("Fulton Pack", /obj/item/extraction_pack, 1000),
|
||||
new /datum/data/mining_equipment("Lazarus Injector", /obj/item/lazarus_injector, 1000),
|
||||
new /datum/data/mining_equipment("Silver Pickaxe", /obj/item/pickaxe/silver, 1000),
|
||||
new /datum/data/mining_equipment("Hunter Buckshot Ammo Box", /obj/item/ammo_box/advanced/s12gauge/hunter, 1250), // SKYRAT EDIT ADDITION
|
||||
new /datum/data/mining_equipment("Mining Conscription Kit", /obj/item/storage/backpack/duffelbag/mining_conscript, 1500),
|
||||
new /datum/data/mining_equipment("Space Cash", /obj/item/stack/spacecash/c1000, 2000),
|
||||
new /datum/data/mining_equipment("Diamond Pickaxe", /obj/item/pickaxe/diamond, 2000),
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
|
||||
/datum/armament_entry/cargo_gun/dynamics/ammo/shotgun/hunter
|
||||
item_type = /obj/item/ammo_box/advanced/s12gauge/hunter
|
||||
description = "A box of 35 Hunter Buckshots. It is a specialized buckshot that deals more damage to simpler beings."
|
||||
description = "A box of 15 Hunter Buckshots. It is a specialized buckshot that deals more damage to simpler beings."
|
||||
stock_mult = 2
|
||||
lower_cost = CARGO_CRATE_VALUE * 1
|
||||
upper_cost = CARGO_CRATE_VALUE * 2
|
||||
|
||||
Reference in New Issue
Block a user