Altering the effects of the ebow to hopefully make it not terrible
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user