Merge pull request #839 from Chemlight/I-Want-Easier-Less-Than-Lethal-Traitor

Syndicate Less Than Lethal option
This commit is contained in:
QuoteFox
2021-01-08 18:04:45 +00:00
committed by GitHub
2 changed files with 23 additions and 1 deletions
@@ -393,3 +393,14 @@
new /obj/item/gun/ballistic/automatic/pistol/m1911/kitchengun(src)
new /obj/item/ammo_box/magazine/m45/kitchengun(src)
new /obj/item/ammo_box/magazine/m45/kitchengun(src)
//Chemlight less than lethal addition
/obj/item/storage/box/syndie_kit/soporific_bundle
name = "box"
/obj/item/storage/box/syndie_kit/soporific_bundle/PopulateContents() // A total of 48 rounds, don't shoot it all in one place!
new /obj/item/ammo_box/magazine/m10mm/soporific(src)
new /obj/item/ammo_box/magazine/m10mm/soporific(src)
new /obj/item/ammo_box/magazine/m10mm/soporific(src)
new /obj/item/ammo_box/c10mm/soporific(src)
//End of Chemlight changes