i'm pretty much the worst: more bugfixes edition

fixes protopistol sprites breaking.  this didn't break when i tested it
before so i don't know but.  okay.

took out faulty debug message that shows whenever someone aiming at you
fires.  woops.
This commit is contained in:
Duck-
2014-09-08 20:01:44 -04:00
parent e1c6ac807c
commit b916ca346c
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -93,7 +93,6 @@
var/obj/item/weapon/gun/daddy = shot_from //Kinda balanced by fact you need like 2 seconds to aim
if (daddy.target && original in daddy.target) //As opposed to no-delay pew pew
miss_modifier += -30
M << "\red [miss_modifier]!"
def_zone = get_zone_with_miss_chance(def_zone, M, miss_modifier + 15*distance + daddy.accuracy + daddy.rangedrop) // add +daddy.missmod vars to gun and this. snowflake accuracy
//moving def_zone to be a child of the daddyblock because i need the daddy
if(!def_zone)