[MIRROR] Gargoyle adjustments & fixes (#11123)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-28 19:17:55 -07:00
committed by GitHub
parent 3693f3ab8c
commit df62120096
5 changed files with 117 additions and 104 deletions

View File

@@ -34,7 +34,7 @@
/obj/item/mindbinder/pre_attack(atom/A)
if(istype(A, /obj/structure/gargoyle))
var/obj/structure/gargoyle/G = A
A = G.gargoyle
A = G.WR_gargoyle?.resolve()
if(istype(A, /obj/item/holder))
var/obj/item/holder/H = A
A = H.held_mob