Files
S.P.L.U.R.T-Station-13/code/modules/projectiles/projectile/special/judgement_cut.dm
keronshb 41530110a2 LINTER
AHHHH NEW LINE
2021-02-10 20:00:17 -05:00

16 lines
472 B
Plaintext

/obj/item/projectile/judgement_cut
name = "judgement cut"
icon_state = "judgement_fire"
hitsound = 'sound/weapons/judgementfire.ogg'
damage = 10
damage_type = BRUTE
range = 30
is_reflectable = FALSE
sharpness = SHARP_EDGED
impact_effect_type = /obj/effect/temp_visual/impact_effect/judgement_cut
/obj/item/projectile/judgement_cut/on_hit(atom/target, blocked = FALSE)
. = ..()
if(ishuman(target))
new /obj/effect/temp_visual/impact_effect/judgement_cut(src)