mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] Gripper fixes (#12714)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
62d4e50a7f
commit
afcea67115
@@ -12,9 +12,9 @@
|
||||
var/self_bind = FALSE
|
||||
flags = NOBLUDGEON
|
||||
|
||||
/obj/item/mindbinder/attack(mob/living/M, mob/living/user)
|
||||
/obj/item/mindbinder/attack(mob/living/M, mob/living/user, target_zone, attack_modifier)
|
||||
usr.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
return
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
/obj/item/mindbinder/proc/toggle_self_bind()
|
||||
if(possessed_voice.len == 1)
|
||||
|
||||
Reference in New Issue
Block a user