This commit is contained in:
kappa-sama
2020-08-06 21:34:25 -04:00
committed by GitHub
parent 3a39f76ece
commit 865970fcc3
+3 -3
View File
@@ -194,9 +194,9 @@
/datum/supply_pack/misc/dirtymags
name = "Dirty Magazines"
desc = "Get your mind out of the gutter operative, you have work to do. Three items per order. Possible Results: .357 Speedloaders, Kitchen Gun Mags, Stetchkin Mags."
desc = "Get your mind out of the gutter operative, you have work to do. Three items per order. Possible Results: .357 Speedloaders, Kitchen Gun patented magazines, or Stetchkin magazines."
hidden = TRUE
cost = 12000
cost = 4000
var/num_contained = 3
contains = list(/obj/item/ammo_box/a357,
/obj/item/ammo_box/magazine/pistolm9mm,
@@ -466,4 +466,4 @@
if(crate_value < I.cost)
continue
crate_value -= I.cost
new I.item(C)
new I.item(C)