mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds Fragmentation Grenades to the Uplink (#21726)
* boom boom pow * ctrl + c / ctrl + v is bad
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user