mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Buffs the ebow to be faster (#17864)
* ebow buff?? * obliterate ebow polonium * reduced cooldown
This commit is contained in:
@@ -96,7 +96,7 @@
|
|||||||
ammo_type = list(/obj/item/ammo_casing/energy/bolt)
|
ammo_type = list(/obj/item/ammo_casing/energy/bolt)
|
||||||
weapon_weight = WEAPON_LIGHT
|
weapon_weight = WEAPON_LIGHT
|
||||||
obj_flags = 0
|
obj_flags = 0
|
||||||
overheat_time = 20 SECONDS
|
overheat_time = 10 SECONDS
|
||||||
holds_charge = TRUE
|
holds_charge = TRUE
|
||||||
unique_frequency = TRUE
|
unique_frequency = TRUE
|
||||||
can_flashlight = FALSE
|
can_flashlight = FALSE
|
||||||
|
|||||||
@@ -7,9 +7,8 @@
|
|||||||
/obj/item/projectile/energy/bolt/on_hit(atom/target, blocked = FALSE)
|
/obj/item/projectile/energy/bolt/on_hit(atom/target, blocked = FALSE)
|
||||||
..()
|
..()
|
||||||
if(ishuman(target))
|
if(ishuman(target))
|
||||||
target.reagents.add_reagent(/datum/reagent/toxin/polonium/ebow, 5)
|
target.reagents.add_reagent(/datum/reagent/toxin/relaxant, 6)
|
||||||
target.reagents.add_reagent(/datum/reagent/toxin/relaxant, 8)
|
target.reagents.add_reagent(/datum/reagent/toxin/mutetoxin, 6)
|
||||||
target.reagents.add_reagent(/datum/reagent/toxin/mutetoxin, 8)
|
|
||||||
target.reagents.add_reagent(/datum/reagent/toxin/anacea, 4)
|
target.reagents.add_reagent(/datum/reagent/toxin/anacea, 4)
|
||||||
|
|
||||||
/obj/item/projectile/energy/bolt/halloween
|
/obj/item/projectile/energy/bolt/halloween
|
||||||
|
|||||||
@@ -415,12 +415,6 @@
|
|||||||
M.radiation += radpower
|
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
|
/datum/reagent/toxin/histamine
|
||||||
name = "Histamine"
|
name = "Histamine"
|
||||||
description = "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal."
|
description = "Histamine's effects become more dangerous depending on the dosage amount. They range from mildly annoying to incredibly lethal."
|
||||||
|
|||||||
Reference in New Issue
Block a user