Skip to content

Commit

Permalink
bugfix: proc name (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Sep 19, 2023
1 parent ff95b11 commit 0bd3547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ emp_act
playsound(src, pick('sound/weapons/bulletflyby.ogg', 'sound/weapons/bulletflyby2.ogg', 'sound/weapons/bulletflyby3.ogg'), 75, TRUE)
if(mind.martial_art.reroute_deflection)
P.firer = src
P.setAngle(rand(0, 360))
P.set_angle(rand(0, 360))
return -1
else
return FALSE
Expand Down

0 comments on commit 0bd3547

Please sign in to comment.