Skip to content

Commit

Permalink
fix: RND price for ammo
Browse files Browse the repository at this point in the history
Buffed material price a bit.
  • Loading branch information
TakeItEasyiloveyou committed Oct 21, 2023
1 parent fde7bcc commit 3aff3f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_ss220/beretta/code/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
id = "box_beretta"
req_tech = list("combat" = 2, "materials" = 1)
build_type = PROTOLATHE
materials = list(MAT_METAL = 4000)
materials = list(MAT_METAL = 40000)
build_path = /obj/item/ammo_box/beretta/mmlethal919
category = list("Weapons")

Expand All @@ -204,7 +204,7 @@
id = "box_beretta"
req_tech = list("combat" = 3, "materials" = 2)
build_type = PROTOLATHE
materials = list(MAT_METAL = 8000, MAT_SILVER = 3000)
materials = list(MAT_METAL = 80000, MAT_SILVER = 30000)
build_path = /obj/item/ammo_box/beretta/mmap919
category = list("Weapons")

Expand All @@ -214,6 +214,6 @@
id = "box_beretta"
req_tech = list("combat" = 3, "materials" = 2, "bluespace" = 3)
build_type = PROTOLATHE
materials = list(MAT_METAL = 8000, MAT_BLUESPACE = 500)
materials = list(MAT_METAL = 80000, MAT_BLUESPACE = 5000)
build_path = /obj/item/ammo_box/beretta/mmbluespace919
category = list("Weapons")

0 comments on commit 3aff3f4

Please sign in to comment.