Alters a significant chunk of the syndicate uplink's explosives, grenades and pyrotechnics options (#91793)

This commit is contained in:
necromanceranne
2025-07-19 20:29:24 -04:00
committed by Roxy
parent 9073125417
commit c51c19aae7
9 changed files with 151 additions and 32 deletions
@@ -358,7 +358,7 @@
new /obj/item/grenade/c4(src)
/obj/item/storage/backpack/duffelbag/syndie/x4/PopulateContents()
for(var/i in 1 to 3)
for(var/i in 1 to 10)
new /obj/item/grenade/c4/x4(src)
/obj/item/storage/backpack/duffelbag/syndie/firestarter
@@ -459,6 +459,8 @@
/obj/item/storage/box/syndie_kit/smoke/PopulateContents()
for(var/i in 1 to 5)
new /obj/item/grenade/smokebomb(src)
new /obj/item/implanter/smoke(src)
new /obj/item/clothing/mask/gas(src)
/obj/item/storage/box/syndie_kit/mail_counterfeit
name = "mail counterfeit kit"
@@ -626,6 +628,14 @@
for(var/i in 1 to 3)
new /obj/item/grenade/spawnergrenade/manhacks(src)
/obj/item/storage/box/syndie_kit/feral_cat_grenades/PopulateContents()
for(var/i in 1 to 5)
new /obj/item/grenade/spawnergrenade/cat(src)
/obj/item/storage/box/syndie_kit/frag_grenades/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/grenade/frag(src)
/obj/item/storage/box/syndie_kit/sleepytime/PopulateContents()
new /obj/item/clothing/under/syndicate/bloodred/sleepytime(src)
new /obj/item/reagent_containers/cup/glass/mug/coco(src)