Skip to content

Commit

Permalink
Hotfix: Bolter recoil fix
Browse files Browse the repository at this point in the history
  • Loading branch information
800maximum123 committed Jun 7, 2024
1 parent d5eea37 commit d0684ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/_fd/fd_guns/code/guns/automatic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
return
if(user.is_species(SPECIES_RESOMI))
to_chat(user, SPAN_DANGER("The recoil of the [src] is way too much for you, Resomi"))
var/recoil_dir = reverse_dir[user_dir]
var/recoil_dir = GLOB.reverse_dir[user.dir]
user.adjustBruteLoss(60)
user.Weaken(4)
log_and_message_admins("is fucked by [src]'s obliterating recoil. Stupid xenos...")
Expand Down

0 comments on commit d0684ca

Please sign in to comment.