mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Binder fixes (#7673)
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
update_icon()
|
||||
|
||||
/obj/item/device/mindbinder/pre_attack(atom/A)
|
||||
if(istype(A, /obj/structure/gargoyle))
|
||||
var/obj/structure/gargoyle/G = A
|
||||
A = G.gargoyle
|
||||
if(istype(A, /obj/item/weapon/holder))
|
||||
var/obj/item/weapon/holder/H = A
|
||||
A = H.held_mob
|
||||
if(istype(A, /mob/living))
|
||||
var/mob/living/M = A
|
||||
if(usr == M)
|
||||
|
||||
Reference in New Issue
Block a user