Skip to content

Commit

Permalink
Edited some nukeops stuff for balance (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba authored Aug 31, 2024
1 parent 6646088 commit 43a63ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
desc = "A large duffel bag containing a C-20r, some magazines, and a cheap looking suppressor."

/obj/item/storage/backpack/duffelbag/syndie/c20rbundle/PopulateContents()
new /obj/item/ammo_box/magazine/smgm45(src)
new /obj/item/ammo_box/magazine/smgm45(src)
new /obj/item/ammo_box/magazine/smgm45(src)
new /obj/item/gun/ballistic/automatic/c20r(src)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/uplink/uplink_items/nukeops.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
desc = "A fully-loaded Scarborough Arms bullpup submachine gun. The C-20r fires .45 rounds with a \
24-round magazine and is compatible with suppressors."
item = /obj/item/gun/ballistic/automatic/c20r
cost = 13
cost = 10
surplus = 40
purchasable_from = UPLINK_NUKE_OPS

Expand Down
2 changes: 1 addition & 1 deletion monkestation/code/modules/blueshift/items/gunset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
new weapon_to_spawn (src)
for(var/i in 1 to 2)
new extra_to_spawn (src)
new /obj/item/ammo_box/a40mm/rubber (src)
new /obj/item/ammo_box/a40mm (src)

/obj/item/storage/toolbox/guncase/rocketlauncher
name = "rocket launcher gun case"
Expand Down

0 comments on commit 43a63ca

Please sign in to comment.