Motivation near final

Should be almost done after this.
This commit is contained in:
keronshb
2021-01-28 22:06:25 -05:00
parent a2833ea85f
commit a6725b3c23
8 changed files with 26 additions and 12 deletions
@@ -1,13 +1,17 @@
/obj/item/projectile/judgement_cut
name = "judgement cut"
icon_state = "neurotoxin"
damage = 20
icon_state = "judgement_fire"
hitsound = 'sound/weapons/judgementfire.ogg'
damage = 5
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))
var/mob/living/carbon/human/H = target
new /obj/effect/temp_visual/impact_effect/judgement_cut(src)