mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 05:36:19 +01:00
hardcoded dodge nerf
-105% chance to hit at 7 tiles no thank you. go away. go home.
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user