Movitation WIP

WIP still working on this
This commit is contained in:
keronshb
2021-01-26 13:27:06 -05:00
parent 7ad42c9d53
commit a2833ea85f
5 changed files with 75 additions and 0 deletions
@@ -0,0 +1,13 @@
/obj/item/projectile/judgement_cut
name = "judgement cut"
icon_state = "neurotoxin"
damage = 20
damage_type = BRUTE
range = 30
is_reflectable = FALSE
sharpness = SHARP_EDGED
/*
/obj/item/projectile/judgement_cut/on_hit(atom/target, blocked = FALSE)
..()
*/