Buffs the ebow to be faster (#17864)

* ebow buff??

* obliterate ebow polonium

* reduced cooldown
This commit is contained in:
Theos
2023-02-15 20:48:10 -05:00
committed by GitHub
parent df7f9bc020
commit cd14d86ed6
3 changed files with 3 additions and 10 deletions

View File

@@ -96,7 +96,7 @@
ammo_type = list(/obj/item/ammo_casing/energy/bolt)
weapon_weight = WEAPON_LIGHT
obj_flags = 0
overheat_time = 20 SECONDS
overheat_time = 10 SECONDS
holds_charge = TRUE
unique_frequency = TRUE
can_flashlight = FALSE

View File

@@ -7,9 +7,8 @@
/obj/item/projectile/energy/bolt/on_hit(atom/target, blocked = FALSE)
..()
if(ishuman(target))
target.reagents.add_reagent(/datum/reagent/toxin/polonium/ebow, 5)
target.reagents.add_reagent(/datum/reagent/toxin/relaxant, 8)
target.reagents.add_reagent(/datum/reagent/toxin/mutetoxin, 8)
target.reagents.add_reagent(/datum/reagent/toxin/relaxant, 6)
target.reagents.add_reagent(/datum/reagent/toxin/mutetoxin, 6)
target.reagents.add_reagent(/datum/reagent/toxin/anacea, 4)
/obj/item/projectile/energy/bolt/halloween

View File

@@ -415,12 +415,6 @@
M.radiation += radpower
..()
/datum/reagent/toxin/polonium/ebow
name = "Potent Polonium"
description = "A more potent form of Polonium. It is purged more quickly from the body, but also significantly more deadly."
metabolization_rate = 0.8 * REAGENTS_METABOLISM
radpower = 80
/datum/reagent/toxin/histamine
name = "Histamine"
description = "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal."