mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 21:26:13 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user