From 972a97200e394939269317b7c42b650d1e4598ce Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Wed, 16 Jul 2025 02:17:10 +0200 Subject: [PATCH] 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 :cl: fix: Fixed frag grenade entry in the uplink containing full bags of C4 /:cl: --- code/modules/uplink/uplink_items/explosive.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/explosive.dm b/code/modules/uplink/uplink_items/explosive.dm index 16662fa8f8c..6712260d7a2 100644 --- a/code/modules/uplink/uplink_items/explosive.dm +++ b/code/modules/uplink/uplink_items/explosive.dm @@ -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.