From 33e5eaeb9c7f1aa40f785203db8464d4684d7ef7 Mon Sep 17 00:00:00 2001 From: Yawet330 <65188584+Yawet330@users.noreply.github.com> Date: Sat, 28 Aug 2021 02:06:15 +0100 Subject: [PATCH] massively nerfs pepperballs (#7731) --- .../sec_haul/code/junior_officer/pepperball_gun.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modular_skyrat/modules/sec_haul/code/junior_officer/pepperball_gun.dm b/modular_skyrat/modules/sec_haul/code/junior_officer/pepperball_gun.dm index 7272687f6ba..bc334b7ecff 100644 --- a/modular_skyrat/modules/sec_haul/code/junior_officer/pepperball_gun.dm +++ b/modular_skyrat/modules/sec_haul/code/junior_officer/pepperball_gun.dm @@ -46,7 +46,7 @@ embedding = null impact_effect_type = /obj/effect/temp_visual/impact_effect var/contained_reagent = /datum/reagent/consumable/condensedcapsaicin - var/reagent_volume = 50 + var/reagent_volume = 5 /obj/projectile/bullet/pepperball/on_hit(atom/target, blocked, pierce_hit) if(isliving(target)) @@ -60,7 +60,7 @@ name = "Pepperball Ammo Box" id = "pepperballs" build_type = AUTOLATHE | PROTOLATHE - materials = list(/datum/material/iron = 10000) + materials = list(/datum/material/iron = 5000) build_path = /obj/item/ammo_box/advanced/pepperballs category = list("intial", "Security", "Ammo") departmental_flags = DEPARTMENTAL_FLAG_SECURITY @@ -70,5 +70,5 @@ icon = 'modular_skyrat/modules/sec_haul/icons/guns/ammoboxes.dmi' icon_state = "box10x24" ammo_type = /obj/item/ammo_casing/pepperball - custom_materials = list(/datum/material/iron = 10000) - max_ammo = 30 + custom_materials = list(/datum/material/iron = 5000) + max_ammo = 15