mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Readds missed gauntlet line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user