Adds Fragmentation Grenades to the Uplink (#21726)

* boom boom pow

* ctrl + c / ctrl + v is bad
This commit is contained in:
matttheficus
2023-07-24 15:42:11 +01:00
committed by GitHub
parent 0c4a99d73d
commit f48693ef4c
2 changed files with 21 additions and 1 deletions
@@ -196,6 +196,13 @@
for(var/I in 1 to 5)
new /obj/item/grenade/plastic/c4(src)
/obj/item/storage/box/syndie_kit/frag_grenades
name = "pack of fragmentation grenades"
/obj/item/storage/box/syndie_kit/frag_grenades/populate_contents()
for(var/I in 1 to 5)
new /obj/item/grenade/frag(src)
/obj/item/storage/box/syndie_kit/throwing_weapons
name = "boxed throwing kit"
can_hold = list(/obj/item/throwing_star, /obj/item/restraints/legcuffs/bola/tactical)