mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Revert ballistics overhaul
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user