mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
committed by
GitHub
parent
3693f3ab8c
commit
df62120096
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user