Skip to content

Commit

Permalink
Readds missed gauntlet line
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl-J committed Oct 20, 2024
1 parent fbc2627 commit 9e64cab
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,9 @@
var/obj/item/I = user.get_active_held_item()
if(!I)
return
//SKYRAT EDIT START
if(istype(I, /obj/item/kinetic_gauntlet))
var/obj/item/kinetic_gauntlet/gauntlet = I
gauntlet.next_attack = 0 //i hate this but i also don't know how else to implement this
//SKYRAT EDIT END
I.melee_attack_chain(user, target, null)

0 comments on commit 9e64cab

Please sign in to comment.