diff --git a/code/modules/WVM/wvm.dm b/code/modules/WVM/wvm.dm index 2377d86f546..8a4a76470d9 100644 --- a/code/modules/WVM/wvm.dm +++ b/code/modules/WVM/wvm.dm @@ -725,7 +725,7 @@ GLOBAL_VAR_INIT(vendor_cash, 0) new /datum/data/wasteland_equipment(".308 Box (20 bullets)", /obj/item/ammo_box/a308box, 20), new /datum/data/wasteland_equipment(".30-06 Box (15 bullets)", /obj/item/ammo_box/a3006box, 20), new /datum/data/wasteland_equipment("12 Gauge Buckshot box (12 shells)", /obj/item/ammo_box/shotgun/buck, 20), - new /datum/data/wasteland_equipment("12 Gauge Slug box (12 shells)", /obj/item/ammo_box/shotgun/buck, 20), + new /datum/data/wasteland_equipment("12 Gauge Slug box (12 shells)", /obj/item/ammo_box/shotgun/slug, 20), new /datum/data/wasteland_equipment("Shoddy Energy Cell (1/2 cap SEC)", /obj/item/stock_parts/cell/ammo/ec/bad, 20), new /datum/data/wasteland_equipment("Shoddy Microfusion Cell (1/2 cap MFC)", /obj/item/stock_parts/cell/ammo/mfc/bad, 20), new /datum/data/wasteland_equipment("Shoddy Electron Charge Pack (1/2 cap ECP)", /obj/item/stock_parts/cell/ammo/ecp/bad, 20), @@ -743,7 +743,7 @@ GLOBAL_VAR_INIT(vendor_cash, 0) new /datum/data/wasteland_equipment(".308 Box (20 bullets)", /obj/item/ammo_box/a308box, 20), new /datum/data/wasteland_equipment(".30-06 Box (15 bullets)", /obj/item/ammo_box/a3006box, 20), new /datum/data/wasteland_equipment("12 Gauge Buckshot box (12 shells)", /obj/item/ammo_box/shotgun/buck, 20), - new /datum/data/wasteland_equipment("12 Gauge Slug box (12 shells)", /obj/item/ammo_box/shotgun/buck, 20), + new /datum/data/wasteland_equipment("12 Gauge Slug box (12 shells)", /obj/item/ammo_box/shotgun/slug, 20), new /datum/data/wasteland_equipment("Shoddy Energy Cell (1/2 cap SEC)", /obj/item/stock_parts/cell/ammo/ec/bad, 20), new /datum/data/wasteland_equipment("Shoddy Microfusion Cell (1/2 cap MFC)", /obj/item/stock_parts/cell/ammo/mfc/bad, 20), new /datum/data/wasteland_equipment("Shoddy Electron Charge Pack (1/2 cap ECP)", /obj/item/stock_parts/cell/ammo/ecp/bad, 20),