diff --git a/code/game/objects/items/storage/uplink_kits.dm b/code/game/objects/items/storage/uplink_kits.dm index e58ad6af..fa4ea0bf 100644 --- a/code/game/objects/items/storage/uplink_kits.dm +++ b/code/game/objects/items/storage/uplink_kits.dm @@ -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 \ No newline at end of file diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index a11b64f4..f851c6a9 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -711,7 +711,7 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes desc = "An additional 8-round 10mm magazine; compatible with the Stechkin Pistol. Loaded with soporific rounds that put the target to sleep. \ NOTE: Soporific is not instant acting due to the constraints of the round's scale. Will usually require three shots to take effect." item = /obj/item/ammo_box/magazine/m10mm/soporific - cost = 2 + cost = 1 /datum/uplink_item/ammo/shotgun cost = 2 @@ -905,6 +905,17 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes cost = 2 surplus = 0 +//Chemlight Changes +/datum/uplink_item/ammo/pistolzzz_bundle + name = "Box of 10mm Soporific Ammo" + desc = "A bundle of three 8-round 10mm magazine; compatible with the Stechkin Pistol. Loaded with soporific rounds that put the target to sleep. \ + Due to a stockpile in soporific munitions, buy now and we'll throw in a ammo box holding 24 rounds for free! Enough to restock all magazines included. \ + NOTE: Soporific is not instant acting due to the constraints of the round's scale. Will usually require three shots to take effect." + item = /obj/item/storage/box/syndie_kit/soporific_bundle + cost = 3 + limited_stock = 1 +//End of Chemlight changes + /datum/uplink_item/ammo/bioterror name = "Box of Bioterror Syringes" desc = "A box full of preloaded syringes, containing various chemicals that seize up the victim's motor \