hardcoded dodge nerf

-105% chance to hit at 7 tiles no thank you.  go away.  go home.
This commit is contained in:
Duck-
2014-08-20 00:45:03 -04:00
parent dcacd65b3f
commit 6808ee35dd
+1 -1
View File
@@ -93,7 +93,7 @@
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
def_zone = get_zone_with_miss_chance(def_zone, M, miss_modifier + 15*distance)
def_zone = get_zone_with_miss_chance(def_zone, M, miss_modifier + 5*distance)
if(!def_zone)
visible_message("\blue \The [src] misses [M] narrowly!")