Fixes frag grenade entry in the uplink containing full bags of C4 (#92138)

## About The Pull Request

Didn't notice this when merging #91793

## Changelog
🆑
fix: Fixed frag grenade entry in the uplink containing full bags of C4
/🆑
This commit is contained in:
SmArtKar
2025-07-16 10:17:10 +10:00
committed by GitHub
parent b22b082ea9
commit 087fe3aa87
@@ -41,7 +41,7 @@
/datum/uplink_item/explosives/frag
name = "Frag Grenade"
desc = "A frag grenade. Pop the pin. Throw towards enemy. Keep clear of the shrapnel. Easy!"
item = /obj/item/storage/backpack/duffelbag/syndie/c4
item = /obj/item/grenade/frag
cost = 1
limited_stock = 10
purchasable_from = ~UPLINK_ALL_SYNDIE_OPS //nukies get a whole box of these at once at a considerable discount.