Altering the effects of the ebow to hopefully make it not terrible

This commit is contained in:
necromanceranne
2020-01-26 17:18:09 +11:00
parent 603ab65ed1
commit 5ce066a21e
@@ -4,9 +4,18 @@
damage = 8
damage_type = TOX
nodamage = 0
knockdown = 100
stutter = 5
drowsy = 50
stamina = 60
eyeblur = 10
knockdown = 10
slur = 5
/obj/item/projectile/energy/bolt/on_hit(atom/target, blocked = FALSE)
. = ..()
if(iscarbon(target))
var/mob/living/carbon/C = target
var/obj/item/I = C.get_active_held_item()
if(I && C.dropItemToGround(I))
to_chat(C, "<span class ='notice'>Your arm goes limp, and you drop what you're holding!</span>")
/obj/item/projectile/energy/bolt/halloween
name = "candy corn"