Syndicate Lesss Then Lethal option

Thought I'd provide a better way on how to approach doing a maroon objective or rather theft antag related stuff. lately I've been seeing a lot of traitors go with the more lethal option for insurance.
This commit is contained in:
Chemlight
2021-01-08 05:52:01 -08:00
parent f67c4f61a6
commit b329c46061
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