mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 13:34:49 +00:00
forgot about the importance of inheritance
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
muzzle_type = /obj/effect/projectile/muzzle/bullet
|
muzzle_type = /obj/effect/projectile/muzzle/bullet
|
||||||
|
|
||||||
/obj/item/projectile/bullet/on_hit(var/atom/target, var/blocked = 0)
|
/obj/item/projectile/bullet/on_hit(var/atom/target, var/blocked = 0)
|
||||||
//if (..(target, blocked))
|
..(target, blocked)
|
||||||
//var/mob/living/L = target
|
//var/mob/living/L = target
|
||||||
//shake_camera(L, 3, 2) CHOMPEDIT - "Muh realism". The screenshake is obnoxious for gameplay. TODO: Replace with blood splatter indicator.
|
//shake_camera(L, 3, 2) CHOMPEDIT - "Muh realism". The screenshake is obnoxious for gameplay. TODO: Replace with blood splatter indicator.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user