mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Alters a significant chunk of the syndicate uplink's explosives, grenades and pyrotechnics options (#91793)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user