Skip to content

Commit

Permalink
tweak: sniper rounds now cost 5 tk instead of 10 (#6068)
Browse files Browse the repository at this point in the history
Update uplink_item.dm
  • Loading branch information
NightDawnFox authored Oct 26, 2024
1 parent fb702b9 commit b421070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/uplink_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@
name = "50. compact ammo box"
desc = "A box of 50. cal sniper ammo."
item = /obj/item/ammo_box/magazine/sniper_rounds/compact
cost = 10
cost = 5
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)

/datum/uplink_item/ammo/revolver
Expand Down

0 comments on commit b421070

Please sign in to comment.