mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user