Revert ballistics overhaul

This commit is contained in:
Darlantan
2021-07-30 21:25:04 -04:00
parent 514afc6d17
commit 9604899135
4 changed files with 5 additions and 13 deletions

View File

@@ -22,7 +22,7 @@
scoped_accuracy = 75
ignore_visor_zoom_restriction = TRUE // Ignore the restriction on vision modifiers when using this gun's scope.
one_handed_penalty = 90
bolt_open = 0 //CHOMPEdit
var/bolt_open = 0
/obj/item/weapon/gun/projectile/heavysniper/update_icon()
if(bolt_open)

View File

@@ -585,13 +585,14 @@
if(check_penetrate(A))
passthrough = TRUE
penetrating--
//CHOMPEdit Begin
/* //CHOMPEdit Begin
var/obj/item/projectile/bullet/this = src
if(istype(this))
if(!this.velocity)
passthrough = FALSE
penetrating = 0
//CHOMPEdit End
//CHOMPEdit End
*/
if(passthrough)
trajectory_ignore_forcemove = TRUE