mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
massively nerfs pepperballs (#7731)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user