diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index fbc06c80..ca3e127d 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -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) diff --git a/data/investigate/gravity.html b/data/investigate/gravity.html index 6d6b6e1d..b28b03d9 100644 --- a/data/investigate/gravity.html +++ b/data/investigate/gravity.html @@ -1,2 +1,2 @@ -18:31 [0x20077f4] (92,152,1) || the gravitational generator has regained power.
-18:31 [0x20077f4] (92,152,1) || the gravitational generator is now charging.
+19:55 [0x20077ed] (92,152,1) || the gravitational generator has regained power.
+19:55 [0x20077ed] (92,152,1) || the gravitational generator is now charging.
diff --git a/icons/obj/gun.dmi b/icons/obj/gun.dmi index a6411fa4..7f4cdb6b 100644 Binary files a/icons/obj/gun.dmi and b/icons/obj/gun.dmi differ