Added the tweaks suggested by kevin but good fucking lord this changes a lot and also fuck the pka reload proc
This commit is contained in:
@@ -4,21 +4,11 @@
|
||||
damage = 15
|
||||
damage_type = TOX
|
||||
nodamage = 0
|
||||
stamina = 60
|
||||
eyeblur = 10
|
||||
slur = 5
|
||||
var/hardstun_ds = 0
|
||||
var/softstun_ds = 1
|
||||
var/stam_dmg = 0
|
||||
|
||||
/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>")
|
||||
C.Knockdown(softstun_ds, TRUE, FALSE, hardstun_ds, stam_dmg)
|
||||
knockdown = 160
|
||||
stamina = 0
|
||||
knockdown_stamoverride = 60
|
||||
|
||||
/obj/item/projectile/energy/bolt/halloween
|
||||
name = "candy corn"
|
||||
|
||||
Reference in New Issue
Block a user