Skip to content

Commit

Permalink
Pricehikes the SAW-80 (#3929)
Browse files Browse the repository at this point in the history
## About The Pull Request

Oops! This is way too cheap for what it should be! At the current price
it's being purchased over assault rifles on the regular.

Boosts the SAW-80 to 7000 credits instead of 6000.

## Why It's Good For The Game

This was not intended to be sold as the SMR-80 but better. 

## Changelog

:cl:
balance: SAW-80 is more expensive.
/:cl:
  • Loading branch information
firebudgy authored Dec 22, 2024
1 parent 90c325f commit 457a331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/packs/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
/datum/supply_pack/gun/saw80
name = "SAW-80 Squad Automatic Weapon"
desc = "Contains one of the rarely-produced SAW-80 Squad Automatic Weapon platforms, exclusively for licensed buyers. Remember, short controlled bursts!"
cost = 6000
cost = 7000
contains = list(/obj/item/storage/guncase/saw80)
crate_name = "LMG crate"
faction = /datum/faction/syndicate/scarborough_arms
Expand Down

0 comments on commit 457a331

Please sign in to comment.